On Github juanchopx2 / chrome-devtools-slides
console.log("Nothing new so far! :@");
console.warn("This might be new!"); console.error("and maybe, this one too");
console.group("Just reminding some tips about console"); console.log("Nothing new so far! :@"); console.warn("This might be new!"); console.error("and maybe, this one too"); console.groupEnd();
console.log("%s %i of times!", "Nothing new! Have seen this", 1000);
console.log("%cStylish output", "color: #ff0000; font-size: 16px;");
console.dir(document.body);
console.time("Measuring"); // your code here console.timeEnd("Measuring");
npm install -g devtools-terminalRun devtools-terminal tool