About 146,000 results
Open links in new tab
  1. TypeScript: JavaScript With Syntax For Types.

    TypeScript is JavaScript with syntax for types. TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.

  2. The starting point for learning TypeScript

    Find TypeScript starter projects: from Angular to React or Node.js and CLIs.

  3. TypeScript Tutorial - W3Schools

    Free online TypeScript tutorial from W3Schools.com, complete with Try it Yourself examples and exercises.

  4. TypeScript - Wikipedia

    TypeScript was released to the public in October 2012, with version 0.8, after two years of internal development at Microsoft. [14][15] Soon after the initial public release, Miguel de Icaza praised the …

  5. GitHub - microsoft/TypeScript: TypeScript is a superset of JavaScript ...

    TypeScript is a language for application-scale JavaScript. TypeScript adds optional types to JavaScript that support tools for large-scale JavaScript applications for any browser, for any host, on any OS. …

  6. TypeScript s

    TypeScript extends JavaScript by adding types to the language. TypeScript speeds up your development experience by catching errors and providing fixes before you even run your code.

  7. TypeScript - devblogs.microsoft.com

    Jun 18, 2026 · The TypeScript type-checker does all this, and is also the foundation of great tooling in your editor and elsewhere, making coding even easier. If you've written JavaScript in editors like …

  8. TypeScript Introduction - W3Schools

    TypeScript is a syntactic superset of JavaScript which adds static typing. This basically means that TypeScript adds syntax on top of JavaScript, allowing developers to add types.

  9. TypeScript 教程 | 菜鸟教程

    TypeScript 是 JavaScript 的一个超集,支持 ECMAScript 6 标准(ES6 教程)。 TypeScript 由微软开发的自由和开源的编程语言,在 JavaScript 的基础上增加了静态类型检查的超集。 TypeScript 设计目 …

  10. TypeScript Tutorial - GeeksforGeeks

    Mar 11, 2026 · TypeScript is a superset of JavaScript that adds extra features like static typing, interfaces, enums, and more. Essentially, TypeScript is JavaScript with additional syntax for defining …