MDN JavaScript Reference Notes: A Practical Map
This tutorial is a concise map of the MDN JavaScript documentation. It is written for JavaScript learners who want a quick reference to the core language areas.
1) Language Basics
Focus on these first:
- Syntax and grammar
- Types and coercion
- Functions and scope
- Objects and prototypes
2) Standard Built-ins
Be fluent with:
Array,Map,SetDateandIntlPromiseand async patternsJSONand structured data
3) Core Guides Worth Revisiting
- Control flow and error handling
- Modules and imports
- Iteration and generators
- Event loop and concurrency
4) Debugging Path
- Reproduce with the smallest example
- Inspect types and call sites
- Trace async ordering
5) Reference Checklist
- Know where to find API details fast
- Prefer MDN for canonical definitions
- Keep one small example per concept