Refactor es5 functions to es6 arrow functions

Share this video with your friends

Send Tweet

In this lesson we'll learn how to refactor es5 functions into es6 arrow functions to decrease visual noise in our program. We'll take a step by step approach, increasing clarity with each rewrite.