About 8,870 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. 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.

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

  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 those …

  5. 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 variable, or …

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

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

  7. Documentation - TypeScript for the New Programmer

    These may be legitimate problems with the code, or TypeScript being overly conservative. Throughout this guide we’ll demonstrate how to add various TypeScript syntax to eliminate such errors.

  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. Documentation - TypeScript 5.9

    We looked at some common pain points and papercuts users have when they create a new TypeScript project. For example, most users write in modules (not global scripts), and --moduleDetection can …

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