TypeScript Playground

Playground to learn TypeScript. You can follow the slides here.

Index

  1. Basics
  2. Classes
  3. Interfaces and types
  4. Casting
  5. Literal types
  6. Union types
  7. Discriminating unions
  8. Intersection types
  9. Generics
  10. Enums
  11. Type guards
  12. Utils