JavaScript — Understand Arrow Function Syntax
Almost three years after arrow functions were added to #JavaScript , they remain to be one of the most asked about features of the language.
In this article we’ll explore the shorter syntax of arrow functions and compare them to their equivalent function expressions. Ultimately, we’ll end up with two rules for understanding Arrow function syntax.
👉 Read more