What value is obtained by executing the following code?
let value = 42; console.log(value + "");
"42.0"
"42"
undefined
42