Skip to content

Instantly share code, notes, and snippets.

@DylanCh
Last active August 25, 2017 12:24
Show Gist options
  • Save DylanCh/070a3dc1eda9b3cc3cb060b8628198e2 to your computer and use it in GitHub Desktop.
Save DylanCh/070a3dc1eda9b3cc3cb060b8628198e2 to your computer and use it in GitHub Desktop.
var arr = [];
for (var i = 0; i<90000; i++){
arr.push([i]);
}
var newArr =[];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment