What Is a Callback Function?
View on Twitter
💡 What is a callback function?
A function passed as an argument to another function in order to be called from *inside* that function.
Callback functions are often initialised anonymously and inlined in the function call.