Why you should use Object.is() method for equality comparison
The Object.is() method determines whether two values are the same value. The Object.is() behaves like === operator except it's behaviour with signed zeros and NaN.
Object.is() is better and precise than === strict equality operator. Object.is() use...
shamgurav.hashnode.dev1 min read