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);

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i dec-to-hex

    Weekly Downloads

    4

    Version

    2.0.0

    License

    MIT

    Last publish

    Collaborators

    • turbobeast