18 Commits

Author SHA1 Message Date
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
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
4df472a361 Update HexToRGB.js 2020-06-30 23:05:47 +05:30
5ea15b49c9 Rename HexToRGB to HexToRGB.js 2020-06-30 21:29:29 +05:30
129ec51861 bugfix (#207)
Push should be converted to hexout. unshift
2020-06-26 19:27:39 +05:30
0bb7942a40 Create RomanToDecimal.js 2020-06-21 10:39:32 +05:30
c9b3d25c53 Create RomanToDecimal.js
Conversion from Roman numeral system to decimal
2020-06-21 10:37:23 +05:30
f5054ac93d Update HexToRGB 2020-05-27 22:24:44 +05:30
aca7d80cdb HexToRGB 2020-05-25 01:41:50 +01:00
2e0bd65b0c Fixing non compliant files (Ciphers, Conversions and Data Structures) 2020-05-03 21:26:52 -03:00
856dc2f63c npx standard --fix 2020-05-03 09:05:12 +02:00
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
8a356cd839 fixed alert 2019-02-24 15:06:59 -06:00
97ac1c3d24 fixed and added test cases 2019-02-24 15:00:42 -06:00
31d5467ada added DecimalToHex 2018-10-20 15:35:49 -05:00
b9b58911aa Update DecimalToOctal.js 2017-08-20 00:44:39 +05:30
9e1d8cfd3c Added Implementation of Decimal to Octal 2017-08-20 00:42:57 +05:30
b9fea2c907 Added Decimal to BInary Conversion 2017-08-19 20:44:53 +05:30