Google News
logo
JavaScript - Interview Questions
What is callback ?
A callback is a plain JavaScript function passed to some method as an argument or option. Some callbacks are just events, called to give the user a chance to react when a certain state is triggered.
Advertisement