A repository that contains solutions and unit tests for the codingbat exercises and some techical tests.
```
git clone https://github.com/SteliosVoskos/CodingBatSolutions.git
cd CodingBatSolutions
npm i
npm run test // runs all the tests
```
```
cd CodingBatSolutions/src/technicalTest
node chunkArray.js // runs the solution
npm run test // runs the tests
```