Learn the basics of TypeScript from scratch with hands-on activities, demos, and real-world examples. Build confidence with variables, arrays, loops and more TypeScript fundamentals.
- Set up and configure a TypeScript project from scratch
- Understand and use TypeScript's type system effectively
- Write and call typed functions with confidence
- Control flow with if/else, switch, and ternary statements
- Work with arrays, tuples, and object types
- Master loops and repetitive tasks in TypeScript
- Use type aliases and annotations to simplify your code
- Organize your code with modules and reusable structures