+ 2
callback function, also known as a higher-order function, is a function that is passed to another function (let’s call this other function “otherFunction”) as a parameter, and the callback function is called (or executed) inside the otherFunction.
27th Jul 2018, 3:38 PM
Femi
Femi - avatar