0 votes
in JavaScript by
What is referred to as ‘Callback’?

1 Answer

0 votes
by

A callback is a JavaScript function passed to some method as an option or an argument. The Callback is a function that needs to be executed after another function has finished executing.

...