To solve the provided JavaScript exercises and make all tests pass.
Clone the repo and install the dependencies with yarn or npm
yarn | npm install
Each exercise folder contains readme file to describe the exercise.
Each exercise folder contains index.js where to write your solution.
Each exercise folder contains test.js with tests to validate your solution correctness.
yarn test
yarn test FizzBuzz