Y
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
Klathmon
3019 days ago
only when not in strict mode, which is becoming more and more rare, especially in javascript codebases (as opposed to one-off scripts)
link