String.prototype.toRadixOf
Get the RadixOf any string in an array.
var greeting = "Hello World";
console.log(greeting.toRadixOf(2));
TODO:
1) Add tests
Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
Get the RadixOf any string in an array.
var greeting = "Hello World";
console.log(greeting.toRadixOf(2));
1) Add tests