This repo is to store various tasks I attempt to improve my logic skills.
If you wish to use it to look at any of the tasks yourself,
- fork and clone this repo
- run
npm i
to install any dependencies - run
npm test
in any part of the project to run all test suites ornpm test
followed by a keyword to limit the suites that run e.g.npm test sort