ES6: Arrows and Lexical This
Update: Async arrow function is fine! async () => { ... }
Arrow function is one of the highlights of ES6 that got many people excited (including me!). Lets look at its definition on MDN:
An arrow function expression (also known…