Y
Hacker News
new
|
ask
|
show
|
jobs
by
satyr
5290 days ago
And when do you ever want to leak local variables to an outer scope? Never.
Not to mention that loop counters are no different than other `var`iables in JS.
1 comments
cheald
5290 days ago
You do want to sometimes reference outer scope variables from inner scopes, though. The only difference between a leaked local and a properly referenced global is usage semantics.
link