Bigomby / mostly-adequate-guide-typescript

Exercises from the popular Mostly Adequate Guide to Functional Programming adapted to Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mostly-adequate-guide-typescript

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 feedback

Make sure you have built your project:

npm run build

You can also run test once:

npm run tests

You can find the original exercises on the source repo: https://github.com/MostlyAdequate/mostly-adequate-guide

About

Exercises from the popular Mostly Adequate Guide to Functional Programming adapted to Typescript


Languages

Language:TypeScript 88.1%Language:JavaScript 11.9%