Welcome to the TypeScript Basics & Basic Types page!
Explore fundamental TypeScript concepts, from basic types to advanced topics like function types and callbacks, empowering developers to write robust, type-safe code and master TypeScript development.
- 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