Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 387 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 387 Bytes

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