Hacker News new | ask | show | jobs
by setr 331 days ago
the issue isn't the value of i, the issue is that i is still available after the loop ends. in most other languages, if it was instantiated by the for-each loop, it'd die with the for-each loop