This repo contains the exercises from the popular Mostly Adequate Guide to Functional Programming adapted to Typescript.
There are unit tests to run against your exercises as you code them. Best way to do the exercises is with an immediate feedback loop:
npm run feedbackMake sure you have built your project:
npm run buildYou can also run test once:
npm run testsYou can find the original exercises on the source repo: https://github.com/MostlyAdequate/mostly-adequate-guide