Callback functions are a foundational concept in JavaScript. Callbacks are used in timers, user interaction events, loading data from a server, and used in Node.js.
Whether you're a budding front end or back end developer, callbacks are everywhere!
What you'll learn
- Learn the syntax of using callbacks
- What anonymous functions are
- How to use anonymous functions as callbacks
- Use one-off and repeat times
- Use callbacks for user interaction