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