Can you style console.log() in JavaScript
Hello Devs,
Is it possible to style cosole.log() in JavaScript ?
Its YES.
Have you ever tried this ?
If No, then lets do it together in these 2 simple steps.
Add %c before the text you want to style.
Insert one more argument in the console log funct...
capscode.hashnode.dev1 min read
Sushma Nag
Nice , i was not knowing that