Skip to content

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

Notifications You must be signed in to change notification settings

Bigomby/mostly-adequate-guide-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published