Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 401 Bytes

File metadata and controls

11 lines (6 loc) · 401 Bytes

convertToRomans

Interview question of the issue #001 of rendezvous with cassidoo.

The question

Write a function that takes in a number from 1 to 1000 and returns that number in Roman Numerals.

Installing & Running

Just pnpm i to install all dependencies and then pnpm t to run the tests!