dorey / JavaScript-Equality-Table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider adding "Infinity"

panchenks opened this issue · comments

NaN == NaN being false is very weird, but at least Infinity == Infinity is true! if()ing Infinity is also true, as is if(-Infinity).