Arrow Functions () => {}

Learn an entirely new type of function. Learn arrow functions and how they allow us to write cleaner callbacks and functions in general. Learn how we can leverage their new rules of 'this' binding to make our code more intuitive and clean.

We now have a new way to write a function. The following two functions are equivalent.

Get hands-on with 1200+ tech skills courses.