Closed rajsite closed 4 years ago
Object.is ships in some browsers, is part of ES6, and is another way to check for value equality (checks that two values are the same type and same value of that type): https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
self-closing stale issue 👍
Object.is ships in some browsers, is part of ES6, and is another way to check for value equality (checks that two values are the same type and same value of that type): https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is