Don't Be Afraid to Callback!
Details
Callback functions are quite common in the web development world, but I often only see them implemented in libraries/frameworks rather than production code. We'll look at some use cases for where it might be appropriate to implement our own callbacks and clean up our code just that extra bit.
