File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 42
42
* [ DecimalToBinary] ( https://github.com/TheAlgorithms/Javascript/blob/master/Conversions/DecimalToBinary.js )
43
43
* [ DecimalToHex] ( https://github.com/TheAlgorithms/Javascript/blob/master/Conversions/DecimalToHex.js )
44
44
* [ DecimalToOctal] ( https://github.com/TheAlgorithms/Javascript/blob/master/Conversions/DecimalToOctal.js )
45
+ * [ DecimalToRoman] ( https://github.com/TheAlgorithms/Javascript/blob/master/Conversions/DecimalToRoman.js )
45
46
* [ HexToDecimal] ( https://github.com/TheAlgorithms/Javascript/blob/master/Conversions/HexToDecimal.js )
46
47
* [ HexToRGB] ( https://github.com/TheAlgorithms/Javascript/blob/master/Conversions/HexToRGB.js )
47
48
* [ LowerCaseConversion] ( https://github.com/TheAlgorithms/Javascript/blob/master/Conversions/LowerCaseConversion.js )
50
51
* [ RgbHsvConversion] ( https://github.com/TheAlgorithms/Javascript/blob/master/Conversions/RgbHsvConversion.js )
51
52
* [ RGBToHex] ( https://github.com/TheAlgorithms/Javascript/blob/master/Conversions/RGBToHex.js )
52
53
* [ RomanToDecimal] ( https://github.com/TheAlgorithms/Javascript/blob/master/Conversions/RomanToDecimal.js )
54
+ * test
55
+ * [ DecimalToRoman] ( https://github.com/TheAlgorithms/Javascript/blob/master/Conversions/test/DecimalToRoman.test.js )
53
56
* [ TitleCaseConversion] ( https://github.com/TheAlgorithms/Javascript/blob/master/Conversions/TitleCaseConversion.js )
54
57
* [ UpperCaseConversion] ( https://github.com/TheAlgorithms/Javascript/blob/master/Conversions/UpperCaseConversion.js )
55
58
You can’t perform that action at this time.
0 commit comments