Chrome DevTools Cheat Sheet

Last Updated: November 21, 2025

Shortcuts

Shortcut Action
F12 Open DevTools
Ctrl+Shift+C Inspect element
Ctrl+Shift+J Open Console
Ctrl+P Open file
Ctrl+Shift+P Command menu

Console

console.log()
Log message
console.table()
Display as table
console.time()
Start timer
$0
Last selected element
💡 Pro Tip: Use $$ to query all elements like document.querySelectorAll!
← Back to Data Science & ML | Browse all categories | View all cheat sheets