ES6 Essentials 04: Arrow Functions

preview_player
Показать описание
In this tutorial, you'll learn about the ES6 Arrow Function (or 'fat' arrow) syntax.

There is a new feature in ES6 which is the ability to shorten the most commonly used type of statement in JavaScript, the function.

Whilst this at first might seem like just a bit of a time / space saving feature, there really is a lot of power in arrow functions as they make JavaScript code more concise, easier to read and more flexible.

In the tutorial, i'll explain the format of the ES6 Arrow function syntax and we'll then look at how to convert a traditional JavaScript function with the 'function' keyword into a new ES6 Arrow Function.

#JavaScript #ES6 #ES6Essentials Channel Handle @codebubb
Рекомендации по теме
Комментарии
Автор

Thanks. What is the tool you are using in the video?

timdietz