https://github.com/thomas-basham/debug-lab
In this exercise, you will work with a simple web application called "Simple Counter." There are several bugs and issues in the code that prevent the application from working correctly.
https://github.com/thomas-basham/debug-lab
Last synced: 4 months ago
JSON representation
In this exercise, you will work with a simple web application called "Simple Counter." There are several bugs and issues in the code that prevent the application from working correctly.
- Host: GitHub
- URL: https://github.com/thomas-basham/debug-lab
- Owner: Thomas-Basham
- Created: 2024-04-30T23:21:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T23:22:57.000Z (about 1 year ago)
- Last Synced: 2024-12-31T00:43:07.998Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Debug Lab
In this exercise, you will work with a simple web application called "Simple Counter." This application includes HTML, CSS, and JavaScript files. The goal of the counter is to allow users to increase, decrease, or reset a numeric value displayed on the screen. However, there are several bugs and issues in the code that prevent the application from working correctly.
Objectives:- Use Chrome Developer Tools to diagnose and resolve issues in the application.
- Understand the interaction between HTML, CSS, and JavaScript in a web application.
- Gain familiarity with the Elements, Console, Sources, and Network panels in Chrome Developer Tools.