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

https://github.com/rain1024/learn-typescript

Learn typescript
https://github.com/rain1024/learn-typescript

Last synced: 16 days ago
JSON representation

Learn typescript

Awesome Lists containing this project

README

          

# Learn Typescript

## ⚡ Getting Started

## 📙 Concepts

* [Data Types](concepts/data-types)
* [Classes](concepts/classes)
* [Generics](concepts/generics)
* [Enums](concepts/enums)
* [Types vs Interfaces](concepts/types-vs-interfaces)

## 💪 Exercises

* [hello-world](exercises/hello-world)