https://github.com/theamnabb/typescript
Storing my TypeScript exercises, experiments, and notes in this repo as I learn and explore the language.
https://github.com/theamnabb/typescript
typescript
Last synced: 12 months ago
JSON representation
Storing my TypeScript exercises, experiments, and notes in this repo as I learn and explore the language.
- Host: GitHub
- URL: https://github.com/theamnabb/typescript
- Owner: theamnabb
- Created: 2024-11-20T15:25:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T15:42:03.000Z (over 1 year ago)
- Last Synced: 2025-06-01T11:15:02.579Z (about 1 year ago)
- Topics: typescript
- Language: TypeScript
- Homepage: https://www.typescriptlang.org/
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Day 1 >>](./TypeScript/Class01/READ01.md)
| # Day | Topics |
|:-----:| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| 01 | [Overview of TypeScript](Class01/READ01.md) |
| 02 | [TypeScript vs. JavaScript](/Class02/READ02.md) |
| 03 | [Basic syntax, variables, and type annotations](/Class03/READ03.md) |
| 04 | [Arrays, Tuples, and Enums](Class04/READ04.md) |
| 05 | [Union / Intersection Types](Class05/READ05.md) |
| 06 | [Functions](./Class06/READ06.md) |
| 07 | [Rest & Spread Parameters and Function Overloading.](/Class07/READ07.md) |
| 08 | [Introduction to interfaces and their usage.](/Class08/READ08.md) |
| 09 | [Understanding classes](/Class09/Class_09/READ09.md) |
| 10 | [Mini-project](Class09/Assignment)
[Project Link](https://interfaceassignment.netlify.app/)
[Project IDX](https://idx.google.com/) |
| 11 | [(OOP) , Inheritance and Extending classes](./Class11/READ11.md) |
| 12 | [Arrays](./Class12/READ12.md) |
| 13 | [Tuples](./Class04/READ04.md) |
| 14 | [Enums](./Class04/READ04.md) |
[Day 1 >>](./Class01/READ01.md)