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