Callback Hell

The callback is a function that we can pass as an argument in a higher-order function, it is the responsibility higher order function to invoke the callback function.

Read