Skip to content

Instantly share code, notes, and snippets.

@kishanio
Last active May 7, 2017 18:11
Show Gist options
  • Save kishanio/f50e0e162607d8d8e537b28b0e5e7f22 to your computer and use it in GitHub Desktop.
Save kishanio/f50e0e162607d8d8e537b28b0e5e7f22 to your computer and use it in GitHub Desktop.
Chrome : Console
// group
const testConsole = { "abc" : "abc", "def" : "def", "jkl" : "jkl" };
console.group("Group Console");
console.log(testConsole);
console.groupEnd("Group Console");
// colours
console.log("%c test", "color: red");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment