Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 968 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 968 Bytes

Archarithms Inc. Coding Challenge

Software Requirements

NodeJS - https://nodejs.org/en/

Getting started

Clone the project and compile with: npm install.

Run unit tests with: npm run test.

Refer to the coding challenge instructions found in codingChallenge.md

Complete both of the challenges listed in codingChallenge.md and follow the instructions below to submit your solution. Good luck!

Instructions

  1. Create a feature branch

  2. Create all challenge 1 unit tests (and write additional unit tests if needed) in src/titleCase.test.js.

  3. Write corresponding method in src/index.js for challenge 1.

  4. Create all challenge 2 unit tests (and write additional unit tests if needed) in src/dateString.test.js.

  5. Write corresponding method in src/index.js for challenge 2.

  6. Write the function in src/index.js

  7. Ensure all unit tests run successfully with: npm run test

  8. Push your feature branch and submit a pull request