Skip to content

Instantly share code, notes, and snippets.

@claudiuconstantin
Created July 20, 2017 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudiuconstantin/dce9fa3d2f5c67e2b03257ff7b733b48 to your computer and use it in GitHub Desktop.
Save claudiuconstantin/dce9fa3d2f5c67e2b03257ff7b733b48 to your computer and use it in GitHub Desktop.
Formatting Chrome console output
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