Hacker News new | ask | show | jobs
by LazerBear 4282 days ago
If you accidentally forget to use 'new' when you're supposed to, the "constructor" method will change the global object instead of a new object, it can cause strange behavior that is very hard to trace.
1 comments

Ah, I see. I guess I've never forgotten to use new. That does sound incredibly annoying to debug.