Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1 KB

README.md

File metadata and controls

22 lines (17 loc) · 1 KB

Exercise Solution Journal

This repo is where I collect my solutions to tech challenges and code exercises I complete! You can see more of my solutions on:

exercism badge codewars badge

See my Code

Solutions can be found in the corresponding language directory's index file e.g. javascript/index.js

Tests

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