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