You know when you are reading through code or stepping through a debugger and
you see a callback function being passed around and you think: “I really just
want to go to where the callback actually gets executed” but you can’t? You just
can’t?
function myCallback(data) {
}
function