About 35,100 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: TS Playground - An online editor for exploring …

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

  4. How to set up TypeScript

    Download TypeScript TypeScript can be installed through three installation routes depending on how you intend to use it: an npm module, a NuGet package or a Visual Studio Extension. If …

  5. The TypeScript Handbook

    The Handbook The TypeScript Handbook is intended to be a comprehensive document that explains TypeScript to everyday programmers. You can read the handbook by going from top …

  6. TypeScript: Documentation - Everyday Types

    TypeScript doesn’t use “types on the left”-style declarations like int x = 0; Type annotations will always go after the thing being typed. In most cases, though, this isn’t needed. Wherever …

  7. Documentation - TypeScript for JavaScript Programmers

    TypeScript stands in an unusual relationship to JavaScript. TypeScript offers all of JavaScript’s features, and an additional layer on top of these: TypeScript’s type system. For example, …

  8. TypeScript: Documentation - The Basics

    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 …

  9. Documentation - TypeScript for the New Programmer

    The relationship between TypeScript (TS) and JavaScript (JS) is rather unique among modern programming languages, so learning more about this relationship will help you understand …

  10. TypeScript Cheat Sheets

    TypeScript Cheat Sheets Downloadable syntax reference pages for different parts of everyday TypeScript code Learn more about Classes, Interfaces, Types and Control Flow Analysis …