Modern JavaScript: ES6 and beyond! - ES6 Introduction - Learn how to use arrow functions in JavaScript ES6
In this lesson, we’ll learn how to use ES6 arrow functions. Arrow functions are a syntactically compact alternative to regular function expressions.
Arrow functions are suitable as expressions as they do not have their own bindings to the this, arguments, super or new.target keywords.