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.