Y
Hacker News
new
|
ask
|
show
|
jobs
by
Veera
5348 days ago
exactly what happened to me. I had two for loops defined in my JS code which used the variable "i" without declaring. Hence, when the code ran, the second for loop behaving weirdly. It took sometime before catching the bug.