2 Matching Annotations
- Oct 2021
-
developer.mozilla.org developer.mozilla.org
-
A model for understanding equality comparisons
-
- Nov 2020
-
github.com github.com
-
{...{ foo: null }} was getting serialized as foo="null" because spread() was checking for strict equality with undefined. It's now checking for loose equality with null.
-