Want to learn and master TypeScript?

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

About TypeScript

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

100 coding exercises for TypeScript on Exercism. From Matching Brackets to Armstrong Numbers.


Get better at programming through fun, rewarding coding exercises that test your understanding of concepts with Exercism.

See all TypeScript exercises on Exercism