Espruino/benchmark/string_append2.js
2013-11-29 17:35:54 +00:00

4 lines
44 B
JavaScript

var s = "";
for (i=0;i<2000;i++) s += "X";