This project contains two challenges - a "Ticket Breakdown" challenge and a "Refactoring" challenge. The two challenges are unrelated, but you should complete both in the same folder and share the link in Coderbyte. Any written answers should be included in markdown files within this folder.
If you are a JS novice, here's how to get started:
- Install Node.js (we use
^16
, the latest LTS) - Run
npm i
in this repo to install dependencies - Run
npm test
to run the automated tests - Run
npm start
to launchindex.js
for any manual testing