From f96201cbbd24a3bd41b237e68ea9f48223d59303 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 2 Sep 2024 19:16:36 +0100 Subject: [PATCH] Update content links --- .../content/typescript@0asdhvwBH3gn-ercktV7A.md | 7 +------ .../react/content/typescript@ElgRwv5LSVg5FXGx-2K2s.md | 11 +++++------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/src/data/roadmaps/frontend/content/typescript@0asdhvwBH3gn-ercktV7A.md b/src/data/roadmaps/frontend/content/typescript@0asdhvwBH3gn-ercktV7A.md index e784c1843..a6a955f8b 100644 --- a/src/data/roadmaps/frontend/content/typescript@0asdhvwBH3gn-ercktV7A.md +++ b/src/data/roadmaps/frontend/content/typescript@0asdhvwBH3gn-ercktV7A.md @@ -4,12 +4,7 @@ TypeScript is a strongly typed programming language that builds on JavaScript, g Visit the following resources to learn more: -- [@article@Official Website](https://www.typescriptlang.org/) -- [@article@Official Docs for Deep Dives](https://www.typescriptlang.org/docs/) +- [@official@Official Website](https://www.typescriptlang.org/) - [@article@The TypeScript Handbook](https://www.typescriptlang.org/docs/handbook/intro.html) -- [@article@TypeScript Tutorial](https://www.tutorialspoint.com/typescript/index.htm) - [@video@TypeScript for Beginners](https://www.youtube.com/watch?v=BwuLxPH8IDs) -- [@article@What Is TypeScript?](https://thenewstack.io/what-is-typescript/) -- [@article@TypeScript Tutorial: Go beyond ‘Hello, World!’](https://thenewstack.io/typescript-tutorial-go-beyond-hello-world/) -- [@article@A Guide to Using the Programming Language](https://thenewstack.io/typescript-tutorial-a-guide-to-using-the-programming-language/) - [@feed@Explore top posts about TypeScript](https://app.daily.dev/tags/typescript?ref=roadmapsh) diff --git a/src/data/roadmaps/react/content/typescript@ElgRwv5LSVg5FXGx-2K2s.md b/src/data/roadmaps/react/content/typescript@ElgRwv5LSVg5FXGx-2K2s.md index cdd1fbbc3..a6a955f8b 100644 --- a/src/data/roadmaps/react/content/typescript@ElgRwv5LSVg5FXGx-2K2s.md +++ b/src/data/roadmaps/react/content/typescript@ElgRwv5LSVg5FXGx-2K2s.md @@ -1,11 +1,10 @@ # TypeScript -TypeScript is a free and open-source high-level programming language developed by Microsoft that adds static typing with optional type annotations to JavaScript. It is designed for the development of large applications and transpiles to JavaScript. Because TypeScript is a superset of JavaScript, all JavaScript programs are syntactically valid TypeScript, but they can fail to type-check for safety reasons. - -TypeScript supports definition files that can contain type information of existing JavaScript libraries, much like C++ header files can describe the structure of existing object files. This enables other programs to use the values defined in the files as if they were statically typed TypeScript entities. There are third-party header files for popular libraries such as jQuery, MongoDB, and D3.js. TypeScript headers for the Node.js library modules are also available, allowing development of Node.js programs within TypeScript. +TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale. Visit the following resources to learn more: -- [@official@TypeScript Website](https://typescriptlang.org/) -- [@official@TypeScript Docs](https://typescriptlang.org/docs) -- [@video@Learn Typescript Basics in 12 Minutes](https://www.youtube.com/watch?v=ahCwqrYpIuM&pp=ygULdHlwZXNjcnJpcHQ%3D) +- [@official@Official Website](https://www.typescriptlang.org/) +- [@article@The TypeScript Handbook](https://www.typescriptlang.org/docs/handbook/intro.html) +- [@video@TypeScript for Beginners](https://www.youtube.com/watch?v=BwuLxPH8IDs) +- [@feed@Explore top posts about TypeScript](https://app.daily.dev/tags/typescript?ref=roadmapsh)