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

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

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.