|
|
|
|
|
by madeofpalk
3775 days ago
|
|
Last time I checked, fat arrow functions have a performance penalty because of all the optimisations that's made around scope in regular ES5 functions can't be used. I believe ES6 fat arrow functions are slow for a similar reasons as why regular functions are slow when you use the magic arguments variable. |
|