Want to learn and master TypeScript?

Join Exercism’s TypeScript Track for access to 97 exercises with automatic analysis of your code and personal mentoring, all 100% free.

Explore exercises

About TypeScript

export class HelloWorld {
  static hello(name = 'World'): string {
    return `Hello, ${name}!`
  }
}

Key Features of TypeScript


TypeScript

Evolving

Typescript is a modern and constantly evolving open-source language supported by Microsoft.

Widely used

TypeScript is used by many libraries and frameworks, and integrates with JavaScript code as well.

Typed JavaScript

Typescript flexible typing system lets you describe what to expect, supporting gradual adoption.

Use any programming style

Use prototype-based, object-oriented, functional, or declarative programming styles, and more.

Consistently Good Tooling

TS's JavaScript integration is handled by the language itself, enabling its tools and features.

Large Community

The large number of users makes it easy to find answers, documentation, and libraries.

Get mentored the TypeScript way

Every language has its own way of doing things. TypeScript is no different. Our mentors will help you learn to think like a TypeScript developer and how to write idiomatic code in TypeScript. Once you've solved an exercise, submit it to our volunteer team, and they'll give you hints, ideas, and feedback on how to make it feel more like what you'd normally see in TypeScript - they'll help you discover the things you don't know that you don't know.

Learn more about mentoring

Community-sourced TypeScript exercises

The TypeScript track on Exercism has 97 exercises to help you write better code. Discover new exercises as you progress and get engrossed in learning new concepts and improving the way you currently write.

See all TypeScript exercises
TypeScript

Get started with the TypeScript track

The best part, it’s 100% free for everyone.