This repo is where I collect my solutions to tech challenges and code exercises I complete! You can see more of my solutions on:
Solutions can be found in the corresponding language directory's index
file
e.g. javascript/index.js
Some of the challenges have accompanying tests. To clone the repo and run the tests locally, run the following on your terminal command line:
git clone https://github.com/tednaphil/exercise-solutions.git
cd exercise-solutions
npm install
npm test