What is ‘Callback’ in node.js?



What is ‘Callback’ in node.js?..

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

More Node.js Interview Questions

Who owns nodejs?

1 Answers  


Which template engine is supported by express js?

1 Answers  


In which language node js is written?

1 Answers  


Explain node.js architecture?

1 Answers  


What is the repl in context of node.js?

1 Answers  


Is callback function asynchronous?

1 Answers  


Is node a single threaded application?

1 Answers  


How to handle the “unhandled exceptions” in node.js?

1 Answers  


What are the limitations of node.js?

1 Answers  


Which database is best for node js?

1 Answers  


Differentiate between node.js vs ajax?

1 Answers  


What is the purpose of module.exports in Node.js?

1 Answers  


Categories