当a等于正无穷或负无穷时,等式成立!有点想数学题

let a = Infinity; // -Infinity
console.log(a === a-1);  //true