What value is obtained by executing the following code?
console.log(null == undefined);
true
false
null
undefined