mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
7 lines
71 B
JavaScript
7 lines
71 B
JavaScript
|
|
|
|
for (var i = 0; i < 9e7; i++) {
|
|
s = '01234567890';
|
|
s[1] = "a";
|
|
}
|