Chapter 2 - adishap/advanced-JS-console-logging GitHub Wiki
-
console.log("hello","world!",123,"foobar");
-
can also render objects
-
console.log("Hey this is %s and today I had %d apples", "adisha" ,2); %s string, %d number %o object 1st argument string
4.cool one..!!!! console.log("Hey this is something %cawesome","color: blue; font-size: 33px") //%c returns css