Learn Typescript
Less than 1 minute
Learn Typescript ๊ด๋ จ
Learn TypeScript
Welcome to Learn TypeScript - the Interactive TypeScript Tutorial
Welcome to learn-ts.org - the Interactive TypeScript tutorial. Whether you are new to TypeScript or aiming to deepen your knowledge, this guide is curated for learners of all levels. TypeScript, as a superset of JavaScript, brings static typing and several other powerful features to the table, enhancing the development experience and ensuring more robust applications.
Dive into the chapters below to embark on your TypeScript journey. Each section offers tutorials, example code, exercises, and solutions to consolidate your understanding.
Table of Contents
- 01.
keyof
andtypeof
Operators - 02. Type Unions and Intersections
- 03. Conditional Types
- 04. Enum Type
- 05. Generics
- 06. Index Types
- 07. Literal Types
- 08. Discriminated Unions
- 09. Mapped Types
- 10. Mixins
- 11. Namespaces
- 12. Readonly Type
- 13. Tuple Types
- 14. Type Aliases
- 15. Type Guards
- 16. Decorators
- 17. Utility Types
- 18. Abstract Classes