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

Update content links

This commit is contained in:
Kamran Ahmed
2024-09-02 19:16:36 +01:00
parent ef1f79a5b4
commit f96201cbbd
2 changed files with 6 additions and 12 deletions

View File

@@ -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)

View File

@@ -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)