JavaScript ES6 Arrow Functions

preview_player
Показать описание
Arrow Functions allow us to write functions more concisely than using regular functions. They also do not get their own "this" whereas regular functions get their own this. They cannot be used with the functions bind,call ,apply because of this.
Рекомендации по теме