1.2 KiB
1.2 KiB
Table of Contents
TypeScript
- Intro for JS dev: https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html
- Intro for OOP dev: https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes-oop.html
- The handbook: https://www.typescriptlang.org/docs/handbook/intro.html
- Intro for FP programmers: https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes-func.html
❓ questions to ask:
- What is the difference between structural and nominal type systems?
- TS: structural type system. Relationships between types are determined by the properties they contain.