https://github.com/rootdiv/typescriptcourse
Курс "React-разработчик" с 05 сентября 2022 до 06 ноября 2022 года. Основы TypeScript
https://github.com/rootdiv/typescriptcourse
methed typescipt
Last synced: 20 days ago
JSON representation
Курс "React-разработчик" с 05 сентября 2022 до 06 ноября 2022 года. Основы TypeScript
- Host: GitHub
- URL: https://github.com/rootdiv/typescriptcourse
- Owner: Rootdiv
- Created: 2022-10-15T21:34:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T20:05:29.000Z (over 3 years ago)
- Last Synced: 2025-02-28T11:45:34.833Z (over 1 year ago)
- Topics: methed, typescipt
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScriptCourse
Курс "React-разработчик" с 05 сентября 2022 до 06 ноября 2022 года.
- Основы TypeScript
- [Основные типы JS в TS](https://github.com/Rootdiv/TypeScriptCourse/tree/lesson1)
- [Типы TS: union, alias, literal, enum и contract](https://github.com/Rootdiv/TypeScriptCourse/tree/lesson2)
- [Приведение типов, Type Guards и interface](https://github.com/Rootdiv/TypeScriptCourse/tree/lesson3)
- [ООП. Классы в TS](https://github.com/Rootdiv/TypeScriptCourse/tree/lesson4)
- [Generics и расширенные типы (Операторы типов и утилитарные типы)](https://github.com/Rootdiv/TypeScriptCourse/tree/lesson5)