/typescriptlings

Small exercises to get you used to reading and writing TypeScript code!

Primary LanguageTypeScript

typescriptlings

This project contains small exercises to get you used to reading and writing TypeScript code. This includes reading and responding to compiler messages.

getting started

Heavily inspired by rustlings.

prerequisites

The project uses Deno as a TypeScript runtime, so you need to install it first.

ready to run 🚀

deno task start

development

Run tests:

deno task test

Before submitting a PR:

deno task pr-fix