This is the take home part of the Times Higher Education JavaScript challenge
where your goal is to fix all of the tests found in scoreboard.test.js
.
Please bring this challenge with you for your video interview where we will pair on expanding the functionality. Also, please refrain from hosting your challenge anywhere public.
note: please do not edit scoreboard.test.js
or use the data in testDataOnly.js
for your solution.
- Clone this repository.
- Ensure you have Node.js and Yarn installed.
yarn install
yarn test
- Readable
- Easy to follow
- Well organised
- Clean