Episode

Arrow Functions in JavaScript

Arrow functions are a new feature in JavaScript ES2015 which reduce function scaffolding, while tackling `this` binding, allowing you to be more productive with less code.

This video provides an overview of the arrow function syntax. For more information, check out https://aka.ms/ArrowFunctions.

Windows
JavaScript