You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Free WordPress Plugin: Roman numeral converter produces Roman numerals from Arabic numbers or converts Arabic numbers to Roman numerals, with values between 1 and 3,999,999. www.calculator.io/roman-numeral-converter/
These are some javaScript's intermediate level algorithm scripting or projects that i did to claim FreeCodeCamp's "javaScript Algorithms and Data Structures" certificate!!
This Projects is an application that converts integers to roman numerals. Concepts such as: if statements & else if, functions , loops and objects were utilized in the making of this projects