parent
ef1f79a5b4
commit
f96201cbbd
2 changed files with 6 additions and 12 deletions
@ -1,11 +1,10 @@ |
|||||||
# TypeScript |
# 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 is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale. |
||||||
|
|
||||||
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. |
|
||||||
|
|
||||||
Visit the following resources to learn more: |
Visit the following resources to learn more: |
||||||
|
|
||||||
- [@official@TypeScript Website](https://typescriptlang.org/) |
- [@official@Official Website](https://www.typescriptlang.org/) |
||||||
- [@official@TypeScript Docs](https://typescriptlang.org/docs) |
- [@article@The TypeScript Handbook](https://www.typescriptlang.org/docs/handbook/intro.html) |
||||||
- [@video@Learn Typescript Basics in 12 Minutes](https://www.youtube.com/watch?v=ahCwqrYpIuM&pp=ygULdHlwZXNjcnJpcHQ%3D) |
- [@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) |
||||||
|
Loading…
Reference in new issue