Fat Arrow Function - ES6 Mini-series for Node.js Beginners #1

preview_player
Показать описание
In this video, you'll learn how to use fat arrow functions.

Fat arrow functions are new features added to JavaScript in ES6/ES2015.

It helps us to write functions simpler. However, it's not the only purpose of the ES6 fat arrow functions. You'll learn what is different from this video.
Рекомендации по теме
Комментарии
Автор

It is so helpful that you did it the wrong way first and then corrected it! That makes it so much easier to understand why you have to do it this way, because you would normally try to do it the wrong way and not understand what's going wrong. Very good teaching style.

AxiomTutor