Monday, January 16, 2017

Arrow functions

An arrow function expression has a shorter syntax than a function expression and does not bind its own this, arguments, super, or new.target. Arrow functions are always anonymous. These function expressions are best suited for non-method functions, and they cannot be used as constructors.

@reference_1_mozilla
@reference_2_mozilla

No comments:

Post a Comment