Don't get bitten by Javascript variable hoisting in loops (thecomputersarewinning.com) 4 points by ithayer 14y ago ↗ HN
[–] Q_the_Novice 14y ago ↗ JavaScript variables are passed by reference, the variable `i` on the statement: `var msg = txt[i];` will always reference the last value after the loop has executed.
1 comment
[ 6.6 ms ] story [ 68.6 ms ] thread