▲ Why you should use Object.is() in equality comparison at www.jstips.co▼2 up and 2 down, posted by loverajoel 2820 days ago 2 comments
mscdex 2820 days ago. link 1 point ▲ ▼I don't see the benefit of this really, especially considering performance will probably be sub-par compared to strict equality and similar checks (e.g. using `val !== val` to check for `NaN`).