Skip to content

Instantly share code, notes, and snippets.

@lili21
Created May 5, 2015 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lili21/0acf58a0660a0f999777 to your computer and use it in GitHub Desktop.
Save lili21/0acf58a0660a0f999777 to your computer and use it in GitHub Desktop.
Array.apply(null, {length: N}).map(Number.call, Number)
Array.apply(null, {length: N}).map(Function.call, Math.random)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment