Difference between revisions of "Callback Function"

(Created page with "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.")
 
 
Line 1: Line 1:
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.
+
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.

Latest revision as of 05:56, 21 April 2022

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.