What will be the result of the following comparison?
console.log(null === undefined);
true
false
"undefined"