Skip to content

Instantly share code, notes, and snippets.

@tobitailor
Created May 26, 2010 13:47
Show Gist options
  • Save tobitailor/414501 to your computer and use it in GitHub Desktop.
Save tobitailor/414501 to your computer and use it in GitHub Desktop.
var a = [];
for(var i = 0; i < 1000; i++){ a.push(i); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment