You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graph TD
subgraph Beginner
A[1.1 Introduction] --> B[1.2 Setup]
B --> C[1.3 Basic Types]
C --> D[1.4 Inference]
D --> E[1.5 Annotations]
end
subgraph Intermediate
E --> F[2.1 Interfaces]
F --> G[2.2 Classes]
G --> H[2.3 Functions]
H --> I[2.4 Generics]
I --> J[2.5 Union/Intersection]
end
subgraph Advanced
J --> K[3.x Advanced Types]
K --> L[4.x Patterns]
L --> M[5.x Real-World]
end
Loading
📋 Prerequisites
Basic JavaScript knowledge
Node.js installed (v18+)
A code editor (VS Code recommended)
🚀 Getting Started
Clone this repository
Navigate to Module 1, Chapter 1.1
Follow along with each chapter
Complete the exercises in each section
Built with TypeScript 5.7 features (November 2024)
About
Learn Typescript language from startup to intermediate