About 50 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

    TypeScript Documentation Get Started Quick introductions based on your background or preference. TS for the New Programmer TypeScript for JS Programmers TS for Java/C# Programmers TS for …

  3. The TypeScript Handbook

    These introductions are intended to highlight key similarities and differences between TypeScript and your favored programming language, and clear up common misconceptions specific to those …

  4. Documentation - TypeScript for JavaScript Programmers

    The main benefit of TypeScript is that it can highlight unexpected behavior in your code, lowering the chance of bugs. This tutorial provides a brief overview of TypeScript, focusing on its type system.

  5. 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 how …

  6. TypeScript: Documentation - The Basics

    That’s why TypeScript needs a compiler in the first place - it needs some way to strip out or transform any TypeScript-specific code so that you can run it. Most TypeScript-specific code gets erased away, …

  7. How to set up 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.

  8. 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 Download …

  9. TypeScript学習の第一歩

    TypeScript Documentation Get Started Quick introductions based on your background or preference. TS for the New Programmer TypeScript for JS Programmers TS for Java/C# Programmers TS for …

  10. TypeScript: Documentation - Modules - Introduction

    If you want to be able to write the correct module-related compiler options for any situation, reason about how to integrate TypeScript with other tools, or understand how TypeScript processes dependency …