Echo JS 0.11.0

<~>
MaxArt 2601 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.

Replies