Fork the project and install with yarn or npm install
The coding challenge instructions are found in codingChallenge.md
Choose one of the challenges, and follow the instructions below to submit your solution. Good luck!
- Create a feature branch
- Write the function in
src/index.js - Run unit tests with
yarn testornpm run test - Submit a pull request