dec-to-hex
convert decimal (base 10) numbers to hexidecimal
I wrote this as an exercise. A better solution is.
let dec = 255; let hex = dec;
convert decimal (base 10) numbers to hexidecimal
I wrote this as an exercise. A better solution is.
let dec = 255; let hex = dec;
npm i dec-to-hex
1
2.0.0
MIT