-
Chapter 1: Getting started with TypeScript
-
Chapter 2: Why and when to use TypeScript
-
Chapter 3: TypeScript Core Types
- Section 3.1: String Literal Types
- Section 3.2: Tuple
- Section 3.3: Boolean
- Section 3.4: Intersection Types
- Section 3.5: Types in function arguments and return value Number
- Section 3.6: Types in function arguments and return value. String
- Section 3.7: const Enum
- Section 3.8: Number
- Section 3.9: String
- Section 3.10: Array
- Section 3.11: Enum
- Section 3.12: Any
- Section 3.13: Void
-
Chapter 4: Arrays
-
Chapter 5: Enums
-
Chapter 6: Functions
-
Chapter 7: Classes
-
Chapter 8: Class Decorator