https://github.com/rain1024/learn-typescript
Learn typescript
https://github.com/rain1024/learn-typescript
Last synced: 16 days ago
JSON representation
Learn typescript
- Host: GitHub
- URL: https://github.com/rain1024/learn-typescript
- Owner: rain1024
- Created: 2022-11-11T09:16:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T19:33:10.000Z (over 3 years ago)
- Last Synced: 2025-02-26T03:26:56.918Z (over 1 year ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)