adspace


Explain callback in Node.js?

Answer Posted / Kavita Saini

A callback is a function passed as an argument to another function for it to be executed later, after the other function has completed its task. In Node.js, this concept is fundamental to event-driven programming and non-blocking I/O operations.

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