Hacker News new | ask | show | jobs
by Q_the_Novice 5185 days 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.