JavaScript References
This tutorial is introductory. Keep trusted references open while coding.
Core references
| Resource | Use | Link |
|---|---|---|
| MDN JavaScript | Day-to-day docs and examples | Open |
| MDN Web APIs | Browser API documentation | Open |
| ECMAScript spec | Language standard details | Open |
| Can I Use | Browser compatibility checks | Open |
Practice platforms
Suggested study plan
- Read one core topic from this roadmap.
- Build one small browser-only feature.
- Debug it with breakpoints.
- Check MDN and compatibility notes.