What will be the output of the following code snippet?
const number = 42; console.log(number.toString());
"42"
42
NaN
"NaN"