Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@also
Created February 21, 2017 04:10
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 also/cb96ea0188af1aa7f9a800f47168c74a to your computer and use it in GitHub Desktop.
Save also/cb96ea0188af1aa7f9a800f47168c74a to your computer and use it in GitHub Desktop.
var print = print || console.log;
var x = [];
for (var i = 0; i < 1000; i++) {
print(i);
x.push({"524288": 1});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment