Skip to content

EscuelaIt/typescript-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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