What is the value of x after executing the following code?
x
let x = parseFloat("3.14abc");
3.14
"3.14"
3
NaN