Today I was surprised by getting a formatted console message while surfing on Facebook.
I have no need to use formatted console messages at the moment but I was wondering how to print formatted console messages? Is this just a chrome feature?
I'm using Google Chrome on my Macbook.
console.log("%cThis will be formatted with large, blue text", "color: blue; font-size: x-large");