What is the meaning of callback function?



What is the meaning of callback function?..

Answer / Shalini

A callback function is a function passed as an argument to another function, where it is invoked inside that function. Callback functions are often used in asynchronous programming to handle results or events from other functions once they are complete.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What is output of “20” + 20 + 20 and “20” + ( 20 + 20)? In javascript?

1 Answers  


Name some of the built-in methods and the values returned by them.

1 Answers  


What are javascript properties?

1 Answers  


Difference between Pure functions Vs. Impure functions in javascript?

1 Answers  


What is the use of isNaN function?

1 Answers  


What are the benefits of learning javascript?

1 Answers  


What does isNaN function do?

2 Answers   Satyam,


What javascript method would convert the string “20” to an integer (on the fly) so “20” + 20 = 40?

1 Answers  


How to change video files randomly after completing its execution in Javascript?

1 Answers   HCL,


What does polyfill mean?

1 Answers  


What are the pop-up boxes available in javascript?

1 Answers  


what is the function of public class main ?

1 Answers  


Categories