Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 425 Bytes

File metadata and controls

13 lines (10 loc) · 425 Bytes

Archarithm's Coding Challenge

Getting started

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!

  1. Create a feature branch
  2. Write the function in src/index.js
  3. Run unit tests with yarn test or npm run test
  4. Submit a pull request