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