Hacker News new | ask | show | jobs
by Skinney 3019 days ago
It's an easy thing to do in JS, it happens if you forget the `var`.
1 comments

only when not in strict mode, which is becoming more and more rare, especially in javascript codebases (as opposed to one-off scripts)