Skip to content

Latest commit

 

History

History

001-convertToRomans

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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!