Hacker News new | ask | show | jobs
by klibertp 4743 days ago
`this` being dynamically bound is a feature, it's broken as intended. You can always `bind` a function to remedy this if it's a problem for you.
1 comments

Why would it be a feature? It is almost never the desired outcome, thus a terrible default.