Skip to content

Instantly share code, notes, and snippets.

@d4rkr00t
Created December 23, 2014 07:40
Show Gist options
  • Save d4rkr00t/1345f449baab3299337f to your computer and use it in GitHub Desktop.
Save d4rkr00t/1345f449baab3299337f to your computer and use it in GitHub Desktop.
Initialize array with values
Array.apply(null, Array(3)).map(function(x, i) { return i; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment