Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 627 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 627 Bytes

MoECRT Kampus Merdeka: Technical Code Assessments

This admission project is written in Node, and tested with Jest.

The assignment

The tests are failing right now because we're not returning the correct answer. Fixing this up will make the tests green.

Setup command

npm install

Run command

npm test

Please make sure you test the code with npm test before you push it onto the repository.

Notes

You have 4 problems to complete: isPrime, whatTimeIsIt, whenWasItPosted, and whoIsIt. Each problem set has its own instructions. Read them carefuly!.

Do not alter the contents of .github folder!