Skip to content

Instantly share code, notes, and snippets.

@Wizek
Last active August 29, 2015 14:27
Show Gist options
  • Save Wizek/e03e4d1385c5132fd442 to your computer and use it in GitHub Desktop.
Save Wizek/e03e4d1385c5132fd442 to your computer and use it in GitHub Desktop.
.jsrc
function c () {
console.log.apply(console, arguments)
return arguments[arguments.length-1]
}
var unboundSlice = Array.prototype.slice
var slice = Function.prototype.call.bind(unboundSlice)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment