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 |
Who owns nodejs?
Which template engine is supported by express js?
In which language node js is written?
Explain node.js architecture?
What is the repl in context of node.js?
Is callback function asynchronous?
Is node a single threaded application?
How to handle the “unhandled exceptions” in node.js?
What are the limitations of node.js?
Which database is best for node js?
Differentiate between node.js vs ajax?
What is the purpose of module.exports in Node.js?