CARD 1
Introduction
Login to report note issues for this section.
Arrow Functions
An arrow function is a shorter, more concise syntax for writing function expressions. Introduced in ES6 (2015), arrow functions are now the most commonly written function syntax in modern JavaScript.
codejs