Skip to content

richardkoszegi/js-course-lesson-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lesson 1

Roman numeral converter

Write a converter in JavaScript, which takes an integer end returns the roman numeral representation in a string.

Process:

  • Fork the repository
  • clone it to your computer
  • Run: npm install in the project directory
  • The function is defined in the index.js file
  • Run: npm test for running unit tests
  • The unit tests are pre-written in the test directory, but they are commented out.

Happy coding, and don't forget your semicolons!

About

Lesson 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published