adspace


What is ‘Callback’ in node.js?

Answer Posted / Lav Kumar

'Callback' is a function passed as an argument to another function, which gets invoked when the execution of the outer function completes or encounters an event that should be handled before the outer function returns.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is node js losing popularity?

590


How we can read a file in node js?

571