https://github.com/m-thompson-code/advanced-typescript-workshop
https://github.com/m-thompson-code/advanced-typescript-workshop
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/m-thompson-code/advanced-typescript-workshop
- Owner: m-thompson-code
- Created: 2024-09-19T19:00:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T16:51:42.000Z (over 1 year ago)
- Last Synced: 2025-04-06T18:54:04.653Z (about 1 year ago)
- Language: TypeScript
- Size: 3.08 MB
- Stars: 5
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced TypeScript Workshop
```bash
npm install
```
There are exercises with various complexities found in `src/exercises`.
To complete each exercise, there should be no type errors left in the file. To double check if you've solved the exercise, you can find the solution in `src/solutions`.