Ar
Arrow Functions
in
JavaScript
1 exercise
Besides function declarations and function expressions, JavaScript also has another very concise syntax for defining a function. These functions are called arrow functions.
Explore concept