Commit Graph

20 Commits

Author SHA1 Message Date
Kaustubh Badrike
fd1025e3ec Fix methodname and parameter type in BinaryToDecimal.js (#392)
* Update BinaryToDecimal.js

Fix typo in name

* Update BinaryToDecimal.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-06 00:13:44 +05:30
Chaitanya Raj
b9c6491c79 Update BinaryToDecimal.js 2020-08-23 15:49:51 +05:30
Armend
c1489ecbde Changed “var” to “let” in DecimalToOctal.js (#256)
* Changed “var” to “let” in DecimalToOctal.js

Moved 1 liner code into 2 lines.

* Update Conversions/DecimalToOctal.js

Co-authored-by: Tapajyoti Bose <44058757+ruppysuppy@users.noreply.github.com>

Co-authored-by: vinayak <itssvinayak@gmail.com>
Co-authored-by: Tapajyoti Bose <44058757+ruppysuppy@users.noreply.github.com>
2020-08-21 00:12:39 +05:30
neha-saggam
157345cfc1 Implement binary to decimal (#264)
* Implement binary to decimal

* Add missing end of line

* Add comments for understanding

Co-authored-by: Neha Saggam <neha@technogise.com>
2020-08-21 00:12:01 +05:30
vinayak
4df472a361 Update HexToRGB.js 2020-06-30 23:05:47 +05:30
vinayak
5ea15b49c9 Rename HexToRGB to HexToRGB.js 2020-06-30 21:29:29 +05:30
fecqs
129ec51861 bugfix (#207)
Push should be converted to hexout. unshift
2020-06-26 19:27:39 +05:30
itsvinayak
0bb7942a40 Create RomanToDecimal.js 2020-06-21 10:39:32 +05:30
Jonathan Gómez
c9b3d25c53 Create RomanToDecimal.js
Conversion from Roman numeral system to decimal
2020-06-21 10:37:23 +05:30
Anup Kumar Panwar
f5054ac93d Update HexToRGB 2020-05-27 22:24:44 +05:30
ChaymaJaziri
aca7d80cdb HexToRGB 2020-05-25 01:41:50 +01:00
Juliano Nunes
2e0bd65b0c Fixing non compliant files (Ciphers, Conversions and Data Structures) 2020-05-03 21:26:52 -03:00
cclauss
856dc2f63c npx standard --fix 2020-05-03 09:05:12 +02:00
PatOnTheBack
f37cac8508 Fixed Whitespace, Operators, and Quotes to Comply with JSLint
I modified the whitespace in the files and changed single quotes to double quotes.

I also changed some `==` and `!=` operators to `===` and `!==` to comply with JSLint.
2019-06-27 10:41:44 -04:00
Alex
8a356cd839 fixed alert 2019-02-24 15:06:59 -06:00
Alex
97ac1c3d24 fixed and added test cases 2019-02-24 15:00:42 -06:00
Alex Brown
31d5467ada added DecimalToHex 2018-10-20 15:35:49 -05:00
Mohit Sharma
b9b58911aa Update DecimalToOctal.js 2017-08-20 00:44:39 +05:30
Mohit Sharma
9e1d8cfd3c Added Implementation of Decimal to Octal 2017-08-20 00:42:57 +05:30
Mohit Sharma
b9fea2c907 Added Decimal to BInary Conversion 2017-08-19 20:44:53 +05:30