Skip to content

Javascript interview project for the Archarithms development team

Notifications You must be signed in to change notification settings

Archarithms/javascript-interview

Repository files navigation

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

About

Javascript interview project for the Archarithms development team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •