This project gathers FP practices and simple structures seen across some online functional programming courses/books.
The aim of the project is to understand FP in js beyond the typical .filter, .map and .reduce Array methods
Install dependencies
npm iThe tests run a own testing microutil, didn't want to setup Jest or Tape
Run the tests
npm tests