Implementation of type checking functions for JavaScript which wrap around the many inconsistencies in the core langauge.
This is the behavior in every version I tried, and I reviewed the FAQ for entries about 'Common "Bugs" That Aren't Bugs' and ...
In JavaScript, there are several ways to check the type of data, and among them, instanceof is an important mechanism for ...