Source code

Revision control

Copy as Markdown

Other Tools

let s = "";
let max = 65536;
for (let i = 0; i < max; i++)
s += "let ns" + i + " = "+ i +";\n";
eval(s);