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