What is a node js callback?



What is a node js callback?..

Answer / Roopkishora

In Node.js, a callback is a function passed as an argument to another function with the expectation that the outer function will execute the inner function at some point in the future.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

What is REPL in Node.js?

1 Answers  


What is spawn in node js?

1 Answers  


What are WebSockets in node.js?

1 Answers  


How can you use middleware in node js?

1 Answers  


What is Event loop in Node.js work? And How does it work?

1 Answers  


What does emitter do and what is dispatcher?

1 Answers  


List some exit codes?

1 Answers  


What is the difference between callback and promise?

1 Answers  


What do you understand by an event emitter in node.js?

1 Answers  


Can we use jquery with node.js?

1 Answers  


What do you understand by middleware? How can you use middleware in node js?

1 Answers  


What is Event-driven programming?

1 Answers  


Categories