Hacker News new | ask | show | jobs
by masklinn 937 days ago
> That arrow functions handle the "this" binding specially

It’s more the opposite, arrow functions treat `this` as a regular lexical variable, it’s normal functions which special-case `this`.