Hacker News new | ask | show | jobs
by mmanfrin 3113 days ago
The non-fat-arrow one, as it does not need to carry around the context of `this` with it.
1 comments

Do you have a reference for this? I always thought arrows were lighter weight because their `this` is static rather than dynamic.