约 174,000 个结果
在新选项卡中打开链接
  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. TypeScript Tutorial - W3Schools

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

  3. TypeScript - Wikipedia

    TypeScript (TS) is a high-level programming language that adds static typing with optional type annotations to JavaScript. It is designed for developing large applications. It transpiles to JavaScript. …

  4. 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. …

  5. TypeScript Tutorial - GeeksforGeeks

    2026年3月11日 · 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 …

  6. TypeScript Docs | The Modern TypeScript Documentation

    A new documentation for typescript 💻 Try TypeScript Online The TypeScript Playground is your interactive environment to write, test, and share TypeScript code directly in the browser.

  7. TypeScript - devblogs.microsoft.com

    2026年4月21日 · 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 Tutorial

    TypeScript Tutorial TypeScript is typed JavaScript. TypeScript adds types to JavaScript to help you speed up the development by catching errors before you even run the JavaScript code. TypeScript is …

  9. Introduction to TypeScript | Node.js Learn

    Introduction to TypeScript What is TypeScript TypeScript is an open-source language maintained and developed by Microsoft. Basically, TypeScript adds additional syntax to JavaScript to support a …

  10. Learn TypeScript - Free Interactive TypeScript Tutorial

    learn-ts.org is a free interactive TypeScript tutorial for people who want to learn TypeScript, fast.

  11. TypeScript Basics - GitHub Pages

    TypeScript takes tooling seriously, and that goes beyond completions and errors as you type. An editor that supports TypeScript can deliver "quick fixes" to automatically fix errors, refactorings to easily re …

  12. What's New in TypeScript 6.0 - blog.openreplay.com

    2026年4月15日 · TypeScript 6.0 changes defaults, deprecates legacy options, and adds ES2025 support, Temporal types, and migration tips before TypeScript 7.0.

  13. Top Typescript Courses Online - Updated [May 2026] - Udemy

    Learn how to use the Typescript language from top-rated programming instructors. Whether you’re interested in building user-friendly websites in Angular, or understanding the fundamental uses of …

  14. TypeScript 6.0 Ships as Final JavaScript-Based Release, Clears Path for ...

    2026年3月23日 · Microsoft released TypeScript 6.0 on March 23, the last version built on the original JavaScript codebase, with three post-RC changes and a wave of deprecations designed to ready …

  15. The starting point for learning TypeScript

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

  16. Microsoft Share Update on TypeScript 7 - InfoQ

    2026年1月12日 · Microsoft's TypeScript 7, codenamed Project Corsa, transforms the compiler with a complete rewrite in Go, achieving up to 10x faster builds and reduced memory usage. With strict …

  17. javascript - what is new () in Typescript? - Stack Overflow

    83 new() describes a constructor signature in typescript. What that means is that it describes the shape of the constructor. For instance take {new(): T; }. You are right it is a type. It is the type of a class …

  18. 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.

  19. TypeScript: TS Playground - An online editor for exploring TypeScript ...

    The Playground lets you write TypeScript or JavaScript online in a safe and sharable way.