JavaScript ES6 (ES2015) Fundamentals: Arrow Functions

preview_player
Показать описание
Learn how to write Arrow Functions in JavaScript which were introduced with ES6.

The code from this video is on GitHub. Go and try it yourself.

MDN (Mozilla Developer Network) is a great resource to read up on all things JavaScript.
Here are some relevant links:

------------------------------------------------------------------------------------------

Chapters:
00:00 - Intro
00:33 - Regular Functions
03:54 - Converting to Arrow Functions
10:36 - Array Functions
11:02 - Object Return
12:38 - Define Before Use
13:01 - "This" Keyword
14:12 - Outro

------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------------

Thank you for watching! 🔥
Рекомендации по теме
Комментарии
Автор

Great video, Chris!
This is gold for entry-level devs, for sure 🔥

SimonHoiberg
Автор

Definitely gold for entry level devs but kudos to clearly explaining how to use arrow functions and how much shorter your code can get but I like how you explained you can have a one liner but from a readability cannot be so good so you created another function and passed that to the filter 🙌👌

projectrevolution
visit shbcf.ru