JS Arrow Functions

Javascript

Syntax

Arrow functions provide a shorter syntax: let add = (a, b) => a + b;

Sources