0 votes
in JavaScript by
What is callback?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Oct 28, 2023 in ReactJS by DavidAnderson
0 votes
asked Sep 2, 2022 in Ruby by DavidAnderson
...