Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.41 KB

chrome-devtools.md

File metadata and controls

32 lines (22 loc) · 1.41 KB

Chrome DevTools

Learning checklist

  • Chrome Devtools Overview
    • viewing/using the console/inspector
    • editing HTML content
    • editing CSS
    • simulate mobile device(s)
  • Use JavaScript Console
  • Debug javascript with Chrome Devtools
    • how to use breakpoints in browser

Chrome Devtools Overview

Chrome DevTools is a set of web developer tools built directly into the Google Chrome browser. DevTools can help you diagnose problems quickly, which ultimately helps you build better websites, faster.

Resources

Recommended reading

References