Skip to content

SteliosVoskos/CodingBatSolutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A repository that contains solutions and unit tests for the codingbat exercises and some techical tests.

Installing the dependencies and running the tests

```
git clone https://github.com/SteliosVoskos/CodingBatSolutions.git
cd CodingBatSolutions
npm i
npm run test // runs all the tests
```

chunkArray (Technical test): Running the code and the tests

```
cd CodingBatSolutions/src/technicalTest
node chunkArray.js // runs the solution
npm run test // runs the tests
```

About

Unit tested Javascript solutions for codingbat

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published