JavaScript Learning Platform
Master JavaScript with documentation, interview questions, and curated videos.
Modern JavaScript Docs
Learn JavaScript from basics to advanced topics with examples and detailed explanations.
Last updated on May 26, 2025
Part 1: The JavaScript language
- An Introduction to JavaScript
- Manuals and specifications
- Code editors
- Developer console
- Hello, world!
- Code structure
- Variables
- Data types
- Type Conversions
- Conditional branching: if, ?
- Loops: while and for
- Functions
- Objects
- Arrays
- JSON methods, toJSON
- Recursion and stack
- Arrow functions revisited
- Classes
- Promises, async/await
- Modules