Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Archarithms/javascript-interview

Javascript interview project for the Archarithms development team
https://github.com/Archarithms/javascript-interview

Last synced: about 1 month ago
JSON representation

Javascript interview project for the Archarithms development team

Awesome Lists containing this project

README

        

# 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`.

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

2. Write the function in `src/index.js`

3. Ensure all unit tests run successfully with: `npm run test`

4. Push your feature branch and submit a pull request