Skip to content

Instantly share code, notes, and snippets.

@scripting
Created July 30, 2016 15:45
Show Gist options
  • Save scripting/fd9e6720834958130f0a3d53b9f8dd15 to your computer and use it in GitHub Desktop.
Save scripting/fd9e6720834958130f0a3d53b9f8dd15 to your computer and use it in GitHub Desktop.
var s = "";
for (var i = 1; i < 1000; i++) {
s += i + "\r\n";
}
s;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment