1. 1
    Refactor es5 functions to es6 arrow functions
    1m 37s

Refactor es5 functions to es6 arrow functions

InstructorMike Sherov

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.