Skip to content

Instantly share code, notes, and snippets.

@kjlape
Created April 29, 2015 16:56
Show Gist options
  • Select an option

  • Save kjlape/8034556ab8aae5aa951a to your computer and use it in GitHub Desktop.

Select an option

Save kjlape/8034556ab8aae5aa951a to your computer and use it in GitHub Desktop.
Snoop on values in js...
function snoop(/*args*/) {
console.log.apply(console, Array.prototype.slice.call(arguments))
return arguments[0]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment