DEV Community

Discussion on: 7 JavaScript Hacks for 2020

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
ayekpleclemence profile image
Ayekple Clemence

In article the Styling Console Messages I used

console.log('%cStyling Console Messages', 'color:green; background:#33eeaa; font-size:25px;')

Styling console message is makes debugging easier.

Collapse
 
_patrickgod profile image
Patrick God

Hey Julien,

Thank you. And thank you for the other way of using console.log(). You can even colorize the console with console.log(). It's crazy what you can do nowadays. :D

Take care,
Patrick