What is Callback in JavaScript?

In JavaScript, functions are objects and therefore, functions can take other functions as arguments and can also be returned by other functions.

callback.J

Fig: Callback function

callback is a JavaScript function that is passed to another function as an argument or a parameter. This function is to be executed whenever the function that it is passed to gets executed. 


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *