What is a callback function?
What will be an ideal response?
A callback function is the function executed when an event listener hears
an event of the type matching the listener. It sends event information to
the callback function.
Computer Science & Information Technology