TypeScript Basics Index
TypeScript Basics Index
Section titled “TypeScript Basics Index”Core Types and Syntax
Section titled “Core Types and Syntax”| Topic | Guide |
|---|---|
| Type annotations | Open |
| Type inference | Open |
| Any, unknown, never | Open |
| Return types | Open |
| Optional parameters | Open |
Object Modeling
Section titled “Object Modeling”| Topic | Guide |
|---|---|
| Objects | Open |
| Interfaces | Open |
| Classes | Open |
| Types vs interfaces | Open |
Functions and Project Structure
Section titled “Functions and Project Structure”| Topic | Guide |
|---|---|
| Functions | Open |
| Arrays and tuples | Open |
| Generics basics | Open |
| Modules and imports | Open |
| Compilation | Open |
| tsconfig | Open |