Back to Developer Roadmap

Callbacks

src/data/roadmaps/javascript/content/[email protected]

4.0403 B
Original Source

Callbacks

A callback function is a function passed into another function as an argument, which is then invoked inside the outer function to complete some kind of routine or action.

Visit the following resources to learn more: