The TypeScript Cookbook is a straightforward and digestible guide to TypeScript.
- Getting Started
- TypeScript Basics & Basic Types
- Using Types
- TypeScript Types vs JavaScript Types
- Type Casing
- Working with Numbers, Strings & Booleans
- Type Assignment & Type Inference
- Understanding Types
- Object Types
- Nested Objects & Types
- Arrays Types
- Working with Tuples
- Working with Enums
- The "any" Type
- Union Types
- Literal Types
- Type Aliases / Custom Types
- Type Aliases & Object Types
- Core Types & Concepts
- Function Return Types & "void”
- Functions as Types
- Function Types & Callbacks
- Functions & Types
- The "unknown" Type
- The "never" Type
- TypeScript Compiler
- Next-generation JavaScript & TypeScript
- Classes & Interfaces