A hands-on course giving you the basics of TypeScript while you build a real-world-style couchsurfing app.
- The benefits of TypeScript
- Types
- Typeof
- String types
- Boolean types
- Object types
- Array types
- Tuple types
- Enum types
- Any types
- Union types
- Literal types
- Function Types
- Void Types
- Interfaces
- Modules
- Classes
- Compiling