-1

I just opened the dev tools from chrome and see something like this..

styled console

Have anyone create a styled log?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Pommesloch
  • 492
  • 5
  • 17
  • All you had to do to find the duplicate was to type your question title into google ... so please make a minimal effort before asking next time, thank you. – CBroe Jul 26 '17 at 08:49

1 Answers1

1
console.log("%c%s output: %d", "color:red; background:blue; font-size: 16pt", 'Facebook', 100);
Ahmet Can Güven
  • 5,392
  • 4
  • 38
  • 59