randRange( 0, 255 )

Express hexadecimal Dec.toString(16).toUpperCase() in binary (base 2) notation (drop any leading 0s and no spaces).

Dec.toString(2)

Write each hexadecimal digit as a 4-bit binary string.

The answer is Dec.toString(2)