01
JavaScript Fundamentals
// ...Core language recap
Variables & scopeFunctionsObjects & arrays
Language Mastery
Master JavaScript fundamentals, then level up with TypeScript for type-safe applications.
Core language recap
Querying and modifying the DOM
Events and delegation
HTTP requests in JS
Async fundamentals
Modern async syntax
Robust error management
Module system and bundling
Type-safe code
Reusable typed code
Type guards and narrowing
Built-in type helpers
CRUD app with localStorage
Typed fetch with UI states
Step-through promise resolution
15 minReal-time DOM manipulation sandbox
20 minInteractive TypeScript inference
15 min