Code Katas, just for fun.
The exercises are from the Coding Dojo Handbook.
They were solved after the test driven development process procedure.
Install all dependencies:
npm install
To run all unit tests, the following command must be executed in the console:
npm test
- Mocha Test Explorer
- Test Explorer UI
- ESLint
Levin Joller