#debugging
2 notes tagged debugging.
Activities·2 min
Read & Predict
Practice reading JavaScript code, predicting its output, and verifying your understanding before running the program.
- #teaching
- #activity
- #javascript
- #functions
Troubleshooting·1 min
Fixing CORS Errors
What a CORS error actually means and how to fix it — on the server, where it belongs.
- #cors
- #http
- #apis
- #debugging