Skip to content

Instantly share code, notes, and snippets.

@codexico
Created April 21, 2014 20:02
Show Gist options
  • Save codexico/11154683 to your computer and use it in GitHub Desktop.
Save codexico/11154683 to your computer and use it in GitHub Desktop.
javascript log arguments
function log_args () {
console.log([].slice.call(arguments))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment