ES6 Arrow functions and Lexical Scope
Jul 24, 2017 · 1 min read

Ecmascript 6 introduces a new way to write anonymous functions called arrow functions (sometimes called “Fat Arrow” functions). These are concise and allow for functions to retain lexical scope after they are executed. In this video we go through the basics of syntax for this way of structuring your programs as well as the nuance of how it handles the “this” keywork in your applications.
