It will determine whether the provided value is an instance of the provided constructor or not.
value
constructor
1.0.0
isInstanceOf(new Map, Map);// => true Copy
isInstanceOf(new Map, Map);// => true
It will determine whether the provided
value
is an instance of the providedconstructor
or not.