Skip to content

mickmacks/dev-tools-training

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Devtools and debugging training

Introduction

Note: This can be a pair programming activity or done independently.

Fork and clone this repository!

The code in scripts/app.js has comments that list some problems with the sample project website. There are currently some bugs. Once you fix it, the site should look like this:

image

As it stands, the console.log("Sanity Check: JS is working!"); isn't even showing up! What might be the problem there?

Recognize that this code previews some work we'll be doing today and tomorrow with JQuery. You don't need to understand all of the syntax to read the error messages and begin to correct the problems.

Update the project code to fix the problems described in the comments.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.6%
  • JavaScript 43.4%