Skip to content

Instantly share code, notes, and snippets.

@mrgenixus
Forked from DaveVoyles/console.log short
Last active October 15, 2015 01:01
Show Gist options
  • Save mrgenixus/0926bae3f81e3df1bc5b to your computer and use it in GitHub Desktop.
Save mrgenixus/0926bae3f81e3df1bc5b to your computer and use it in GitHub Desktop.
Got tired of writing console.log everywhere
var c = console.log.bind(console); // allows you to replace console.log(message) in your code with c(message)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment