Skip to content

Instantly share code, notes, and snippets.

@lancebecker
Created October 30, 2013 21:26
Show Gist options
  • Save lancebecker/7240579 to your computer and use it in GitHub Desktop.
Save lancebecker/7240579 to your computer and use it in GitHub Desktop.
Colored output for console.log
console.log("%c %s", "color:white;background:gray;font-size:12px",a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment