An open API service indexing awesome lists of open source software.

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

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)