Building the Set class in Javascript with test-driven development. To learn more about foundational mathematics and continue building incremental functionality, with fast tests, and complete coverage for inexpensive adaptability.
You can see details on how this was built with the conventional commits in the git log
!
Background:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set https://en.wikipedia.org/wiki/Set_theory
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
brew install node
brew install yarn
To compile the Typescript to cross-platform compatible Javascript, run:
yarn run build
Testing was done with Jest.
To run tests:
yarn test
For development, you can watch for changes with:
yarn test --watch