What will be the output of the following code snippet?
console.log(Number.NEGATIVE_INFINITY + Number.POSITIVE_INFINITY);
Infinity
-Infinity
NaN
0