NodeJS - https://nodejs.org/en/
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!
-
Create a feature branch
-
Create all challenge 1 unit tests (and write additional unit tests if needed) in
src/titleCase.test.js. -
Write corresponding method in
src/index.jsfor challenge 1. -
Create all challenge 2 unit tests (and write additional unit tests if needed) in
src/dateString.test.js. -
Write corresponding method in
src/index.jsfor challenge 2. -
Write the function in
src/index.js -
Ensure all unit tests run successfully with:
npm run test -
Push your feature branch and submit a pull request