dorey / JavaScript-Equality-Table

Creative Commons Attribution Share Alike 4.0 International
1.24k stars 193 forks source link

Add support for Object.is to the table #20

Closed rajsite closed 4 years ago

rajsite commented 9 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

rajsite commented 4 years ago

self-closing stale issue 👍