✨ Page 7 of 18 ✨

Clearing the Console

Use console.clear and keyboard shortcuts to clear the console!

Published: Monday, June 27, 2022
Updated: Tuesday, August 9, 2022

How to Time Your Code

Use console.time to measure how long it takes to run your code!

Published: Sunday, June 26, 2022
Updated: Tuesday, August 9, 2022

Console Log Levels

Learn about the info, warning, error, and verbose log levels!

Published: Saturday, June 25, 2022
Updated: Tuesday, August 9, 2022

Printing DOM Elements as JavaScript Objects

Use console.dir to print HTML as a JavaScript object!

Published: Friday, June 24, 2022
Updated: Tuesday, August 9, 2022

Counting Function Calls

Use console.count to count function calls!

Published: Thursday, June 23, 2022
Updated: Tuesday, August 9, 2022

Printing Stack Traces to the Console

Use console.trace to analyze the stack trace of a function call!

Published: Wednesday, June 22, 2022
Updated: Tuesday, August 9, 2022

How to Style Console Logs

Learn how to add colors to your console logs!

Published: Tuesday, June 21, 2022
Updated: Tuesday, August 9, 2022

Grouping Console Logs

Use console.group and console.groupEnd to organize your console logs!

Published: Monday, June 20, 2022
Updated: Tuesday, August 9, 2022

Using console.table to Log Arrays and Objects in a Table

Display arrays and objects in a nicer format!

Published: Sunday, June 19, 2022
Updated: Tuesday, August 9, 2022

Color Picking with Chrome DevTools

Grab colors from anywhere in the Google Chrome browser!

Published: Saturday, June 18, 2022
Updated: Tuesday, August 9, 2022