Blog JavaScript Callbacks A callback function is a function passed as argument to another one, with this technique we can allow our function to call another which will be invoked after the first function finishes running.