Modern JavaScript: ES6 and beyond!
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

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.