Skip to content

Instantly share code, notes, and snippets.

@mistidoi
Created January 26, 2016 05:26
Show Gist options
  • Save mistidoi/8c280a4c923254205e0d to your computer and use it in GitHub Desktop.
Save mistidoi/8c280a4c923254205e0d to your computer and use it in GitHub Desktop.
Demonstrating arguments
showArguments = function () {
console.log(arguments);
}
showArguments("hey", "I","thought", "this", "function", "didn't", "take", "any", "arguments");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment