Skip to content

jonmlinch/js-debugger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debugging JavaScript with Chrome Dev Tools

Objective

By the end of this assignment you will be able to:

  • Open the Chrome Developer Tools
  • Set a breakpoint in your JavaScript code
  • Read and interpret errors in the Console
  • Demonstrate how to inspect an HTML element and view its box model
  • Show an emulation of how a webpage looks on a mobile browser

(Prepare to demo these skills in class!)

Your task

  • Fork and clone this repository
  • Type npm install to load up browsersync
  • use npm start to initiate browsersync
  • Read carefully through index.html for directions on how to complete your assignment
  • Debug the debug.js file as instructed.
    • Your console will be free of any JS errors at the end!
  • After you've debugged the JS, push the changes to your forked repository
  • From your GitHub repository, create a pull request against the original

Helpful hints

If you get stuck...

Further Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 77.8%
  • JavaScript 22.2%