adspace
Answer Posted / 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 View All Answers