This is a collection of exercise solutions from exercism's JavaScript Track.
The objective of this repository is to store exercise solutions for academic purposes. I highly recommend checking out and signing up to Exercism as it is a great learning platform for any software developer. Please keep in mind that I AM NOT a member of Exercism team.
-
Access any of the exercise directory
-
Run
npm install
ornpm i
to install the necessary dependencies -
Run
npm test
to execute tests