Skip to content

Instantly share code, notes, and snippets.

@roundcorners
Created October 24, 2011 06:47
Show Gist options
  • Save roundcorners/1308504 to your computer and use it in GitHub Desktop.
Save roundcorners/1308504 to your computer and use it in GitHub Desktop.
Invoke slice as a method of arguments
Array.prototype.slice.call(arguments, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment