Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 567 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 567 Bytes

typescript-exercises

This repo contains a collection of various modules to help you get familiar with TypeScript. The modules are self contained and can be completed in any order.

Commands

By default all tests run in watch mode so you the test will run and re-run as you complete the exercises.

Run the 1-classes tests:

yarn test:module1

Run the 2-generics_interfaces tests:

yarn test:module2

Run the 3-modules tests:

yarn test:module3

Run the 4-enums tests:

yarn test:module4

Run all tests:

yarn test