microsoft / TypeScript-New-Handbook

Incubation repository for the new TypeScript handbook 🐣
MIT License
649 stars 27 forks source link

Execute Program's order of teaching TypeScript #34

Open orta opened 4 years ago

orta commented 4 years ago

Full thread: https://twitter.com/garybernhardt/status/1191799263396712448?s=20

Basic types Operators JavaScript built-ins Inference Syntax errors vs. type errors Object types Type unions Literal types Conditional narrowing Discriminated unions Error handling with unions