Skip to content

Instantly share code, notes, and snippets.

@andineck
Created April 2, 2015 14:19
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 andineck/304998f110fe6f956f9f to your computer and use it in GitHub Desktop.
Save andineck/304998f110fe6f956f9f to your computer and use it in GitHub Desktop.
javascript arguments
// turn function arguments into an array
var args = [].slice.apply(arguments)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment