Created
June 18, 2015 14:22
-
-
Save garystorey/e9acd3286ecb588b5034 to your computer and use it in GitHub Desktop.
console.js - From http://davidwalsh.name/add-styles-console
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.log("%c%s", | |
| "color: red; background: yellow; font-size: 24px;", | |
| "WARNING!"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment