Weekend Reading -- What are JavaScript Callbacks?

Back to Basics: What are Callbacks in JavaScript?
By Brandon Morelli

When learning JavaScript, it doesn’t take long until you encounter callbacks. These might seem strange and mysterious to beginners, yet it is very important to understand how they work in order to harness the power of the language. In this article I will teach you the basics of callbacks using easy-to-understand examples.