What will be the output of the following code snippet?
const number = 1000; console.log(number.toString(16));
"1000"
"3E8"
"10"
"FF"