A small utility function that accepts Arabic numberals as input and returns their Roman numeral representation
The function: arabic-to-roman.js
A file to use the function: index.js
(run via node index.js
)
To run the tests: first install Mocha, then run mocha test