Created
July 20, 2017 07:26
-
-
Save claudiuconstantin/dce9fa3d2f5c67e2b03257ff7b733b48 to your computer and use it in GitHub Desktop.
Formatting Chrome console output
This file contains 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(`Here's a green, bold value: %c${value}`, "color: green; font-weight: bold;"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment