1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 08:31:50 +02:00

Add TypeScript resources (#3789)

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
The New Stack
2023-09-22 15:34:58 -04:00
committed by GitHub
parent 81447f6b43
commit dd7d312aa1

View File

@@ -9,5 +9,9 @@ The main benefits of using TypeScript include:
- Improved Maintainability - Improved Maintainability
- Backwards Compatibility - Backwards Compatibility
Learn more from the following links: Learn more from the folowing links:
- [TypeScript Handbook](https://www.typescriptlang.org/docs/handbook/intro.html)
- [Overview of TypeScript](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html)
- [TypeScript Handbook](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html)
- [What Is TypeScript?](https://thenewstack.io/what-is-typescript/)
- [Video: Where TypeScript Excels](https://youtu.be/BUo7B6UuoJ4)