Lesson 9: Modern JavaScript Functions and Array Methods
What changes when a familiar function is written with an arrow instead of the word `function`? Often, the behaviour stays exactly the same while the code becomes shorter. This lesson focuses on how arrow functions express parameters and returned values, and on one important difference involving `this`.
