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