What will be the output of the following code snippet?
const number = 10; console.log(number.toString(2));
"101"
"A"
"10"
"1010"