Object.is()

Term side of the Card
Topic: Object
Unit title: Object.is()
Categories: Method
Explanation side of the Card

Explanation: The static method that determines whether two values are the same value. It's similar to the strict equality operator (===), but with special handling for `NaN`, -0 and +0.

Browser compatibility:
  • The chrome browser supports this feature starting from version 19
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 22
  • The safari browser supports this feature starting from version 9
Availability: