From dd7d312aa114f4175025a76b8c3ec04a3a95ff94 Mon Sep 17 00:00:00 2001 From: The New Stack <111312063+lovemycodesnippets@users.noreply.github.com> Date: Fri, 22 Sep 2023 15:34:58 -0400 Subject: [PATCH] Add TypeScript resources (#3789) Co-authored-by: Kamran Ahmed --- .../roadmaps/typescript/content/100-typescript/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/typescript/content/100-typescript/index.md b/src/data/roadmaps/typescript/content/100-typescript/index.md index 462269687..6074c52d2 100644 --- a/src/data/roadmaps/typescript/content/100-typescript/index.md +++ b/src/data/roadmaps/typescript/content/100-typescript/index.md @@ -9,5 +9,9 @@ The main benefits of using TypeScript include: - Improved Maintainability - Backwards Compatibility -Learn more from the following links: -- [TypeScript Handbook](https://www.typescriptlang.org/docs/handbook/intro.html) \ No newline at end of file +Learn more from the folowing links: + +- [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)