Use console.clear and keyboard shortcuts to clear the console!
Use console.time to measure how long it takes to run your code!
Learn about the info, warning, error, and verbose log levels!
Use console.dir to print HTML as a JavaScript object!
Use console.count to count function calls!
Use console.trace to analyze the stack trace of a function call!
Learn how to add colors to your console logs!
Use console.group and console.groupEnd to organize your console logs!
Display arrays and objects in a nicer format!
Grab colors from anywhere in the Google Chrome browser!