Skip to content

Instantly share code, notes, and snippets.

@myndzi
Created June 6, 2015 18:27
Show Gist options
  • Save myndzi/014d241b1fe3d47f8b24 to your computer and use it in GitHub Desktop.
Save myndzi/014d241b1fe3d47f8b24 to your computer and use it in GitHub Desktop.
'use strict';
var arr = [ ];
for (var i = 0; i < 100000; i++) {
arr.push(i);
}
console.log(arr);
process.exit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment