Skip to content

Instantly share code, notes, and snippets.

@scripting
Created July 30, 2016 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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