Created
November 23, 2010 16:44
-
-
Save andreruffert/712074 to your computer and use it in GitHub Desktop.
Sick of alert();
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
console.debug("This is a Debug message"); | |
console.info("This is just info"); | |
console.warn("This is a warning"); | |
console.error("This is an Error"); | |
// Console in Chrome | |
Ctrl+Shift+J | |
// Also works in the console in Firebug + Safari |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment