This website requires JavaScript.
Explore
Help
Register
Sign In
algorithm
/
JavaScript
Watch
1
Star
0
Fork
0
You've already forked JavaScript
mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced
2025-12-19 06:58:15 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4fa3c5ecd47eaf46b9c52bbf4394ada21a9c97fb
JavaScript
/
Conversions
/
test
History
Dhana D
d5e309b605
merge: Add binary to decimal test file and convert function to es6 model. (
#806
)
...
* Added Hex to Binary conversion * Add Binary to decimal test * Fix Style
2021-10-23 23:16:13 +05:30
..
ArrayBufferToBase64.test.js
Create algorithm for converting binary data to base64
2021-10-08 00:19:00 -05:00
Base64ToArrayBuffer.test.js
Create algorithm for converting base64 to binary data
2021-10-08 00:51:04 -05:00
BinaryToDecimal.test.js
merge: Add binary to decimal test file and convert function to es6 model. (
#806
)
2021-10-23 23:16:13 +05:30
BinaryToHex.test.js
Added BinaryToHex Conversion
2021-10-14 19:34:10 +07:00
DecimalToHex.test.js
…
DecimalToRoman.test.js
…
HexToBinary.test.js
merge: Add binary to decimal test file and convert function to es6 model. (
#806
)
2021-10-23 23:16:13 +05:30
MeterToFeetConversion.test.js
Fixed
!=
to
!==
and ran
npm run style
2021-10-21 15:57:20 +05:30
RgbHsvConversion.test.js
…
RomanToDecimal.test.js
RomanToDecimal : Fix import (typo).
2021-10-11 16:33:44 +02:00
TemperatureConversion.test.js
…
TitleCaseConversion.test.js
…
UpperCaseConverstion.test.js
…