Skip to content

Instantly share code, notes, and snippets.

@auramo
Created January 18, 2015 17:59
Show Gist options
  • Save auramo/ac5c6b78e56c6c37e871 to your computer and use it in GitHub Desktop.
Save auramo/ac5c6b78e56c6c37e871 to your computer and use it in GitHub Desktop.
function argumentsMapExample() {
_.map(arguments, function(arg) { console.log(arg); })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment