Slide 18
Slide 18 text
Typescript
-> Basic types
boolean, number, string, array, tuple, enum, any, void, never, null, undefined
-> Type guards
-> Union types, nullable types
-> Type inference
-> Control flow based type analysis
-> Interfaces, type aliases
-> Enums
-> Generics