What is the output of the following code?
let num = 255; console.log(num.toString(16));
Click to view the answer
ff
displays ff, which is hexadecimal equivalent for 255