Explain callback in Node.js?



Explain callback in Node.js?..

Answer / 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

More Node.js Interview Questions

List down the two arguments that async.queue takes as input?

1 Answers  


Why to use Express?

1 Answers  


What is let in node js?

1 Answers  


What is process.nextTick()

1 Answers  


What are JavaScript task runners?

1 Answers  


What is socket in node.js?

1 Answers  


What does emitter do and what is dispatcher?

1 Answers  


Why is consistent style important and what tools can be used to assure it?

1 Answers  


Who developed npm?

1 Answers  


Why node js is so popular?

1 Answers  


What are the differences between “readuintbe” and “writeintbe” in node.js?

1 Answers  


List some features of express js?

1 Answers  


Categories