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