dec-to-hex

2.0.0 • Public • Published

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.toString(16);

Readme

Keywords

none

Package Sidebar

Install

npm i dec-to-hex

Weekly Downloads

7

Version

2.0.0

License

MIT

Last publish

Collaborators

  • turbobeast