javascript - How to create a styled console output like facebook -


this question has answer here:

i opened dev tools chrome , see this..

styled console

have create styled log?

console.log("%c%s output: %d", "color:red; background:blue; font-size: 16pt", 'facebook', 100); 

Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -