-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In JS everything are seen as objects. You typeof x to check for object will also return true for functions, arrays etc. And you cant use Object.keys on them.
There are no support for circular references either so you can risk that your code throws.
And if this is strict not loose also note that two objects with different instances are not equal.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels