What is the value of x after executing the following code?
x
let x = parseInt("42.3");
NaN
42
42.3
"42"