JavaScript ES6 Arrow Functions

ES6 added many amazing new features to JavaScript, but by far one of the best features is arrow functions. Arrow functions not only make code much more concise and legible, but it also handles the scope of this in a much more intuitive way.
Sources: Web Dev Simplified (YouTube)

Back to Lesson