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

    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.

  2. The starting point for learning TypeScript

    How TypeScript infers types based on runtime behavior. Variable Declarations. How to create and type JavaScript variables. TypeScript in 5 minutes. An overview of building a TypeScript web …

  3. Documentation - TypeScript for JavaScript Programmers

    This tutorial provides a brief overview of TypeScript, focusing on its type system. Types by Inference. TypeScript knows the JavaScript language and will generate types for you in many …

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

  5. Documentation - TypeScript for the New Programmer

    TypeScript shares syntax and runtime behavior with JavaScript, so anything you learn about JavaScript is helping you learn TypeScript at the same time. There are many, many resources …

  6. TypeScript: Documentation - Everyday Types

    In this chapter, we’ll cover some of the most common types of values you’ll find in JavaScript code, and explain the corresponding ways to describe those types in TypeScript. This isn’t an …

  7. TypeScript: Documentation - The Basics

    An editor that supports TypeScript can deliver “quick fixes” to automatically fix errors, refactorings to easily re-organize code, and useful navigation features for jumping to definitions of a …

  8. TypeScript: TS Playground - An online editor for exploring …

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

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

  10. 演练场 - 一个用于 TypeScript 和 JavaScript 的在线编辑器

    How TypeScript infers types based on runtime behavior. Variable Declarations. How to create and type JavaScript variables. TypeScript in 5 minutes. An overview of building a TypeScript web …