Skip to content

Instantly share code, notes, and snippets.

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