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

4 lines
47 B
JavaScript

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