What value is obtained by executing the following code?
console.log(undefined + 1);
NaN
1
undefined
0