Traditionally we defined functions in JavaScript by using the function keyword, but in ECMAScript 2015 version of JavaScript (ES6) we now have arrow functions. Arrow functions introduce a concise syntax for defining a function. In this JavaScript ES6 tutorial I'm going to show you how to define a normal function and transform it into an arrow function.
Chapters:
00:00 Intro
00:26 Define a Function
00:49 Arrow Function vs Normal Function
#ArrowFunctions #JavaScript