▲ 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
MaxArt 2820 days ago. link 1 point ▲ ▼I still think === is the way to go in most of the cases. Object.is has an advantage when dealing with some numeric edge cases, but that's pretty much all. For the est, it's more verbose and less readable.