https://github.com/thomas-basham/async-debug-lab
https://github.com/thomas-basham/async-debug-lab
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomas-basham/async-debug-lab
- Owner: Thomas-Basham
- Created: 2024-05-03T01:32:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T01:36:29.000Z (about 1 year ago)
- Last Synced: 2024-12-31T00:43:07.712Z (5 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Async Debug Lab
This JavaScript debugging assignment helps students understand common issues encountered when making API calls and handling responses. The tasks involve identifying why certain API calls fail, why data isn't handled correctly, and why UI updates do not reflect expected outcomes.
Instructions:1. Review the provided JavaScript code which includes multiple fetch operations to different APIs.
2. Identify and explain the causes of the issues indicated by the questions in the comments.
3. Debug and propose corrections for each problem to ensure the API calls succeed and data is displayed correctly in the user interface.