-
-
Save mrgenixus/0926bae3f81e3df1bc5b to your computer and use it in GitHub Desktop.
Got tired of writing console.log everywhere
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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