What is a callback?
Answer / Ravindra Singh
A callback in Node.js (and JavaScript) is a function passed as an argument to another function, which is then executed by that function at some point in the future.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does node.js use ajax?
Does node.js provide any debugger?
What is callback function example?
Explain 'dns module' in node.js?
What is odm in node.js?
Explain 'Event Emitter' in Node.JS?
Who created node js?
What are the various options to download the version of a node module?
How we can write a file in node js?
How prevents blocking code in node.js?
Explain callback in Node.js?
Can you access DOM in node?