Closed Ginden closed 7 years ago
Primitive types aren't instances of object wrappers.
42 instanceof Number; //false Symbol() instanceof Symbol; // false 'foo bar' instanceof String; // false false instanceof Boolean; // false
@Ginden could you send a PR?
Thanks for PR!
Primitive types aren't instances of object wrappers.