Callback Function

Revision as of 05:56, 21 April 2022 by Todd Price (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.