-
Notifications
You must be signed in to change notification settings - Fork 1
Function_evisit_core_js_utils_instanceof
Wyatt Greenway edited this page Jan 31, 2017
·
3 revisions
- obj
- (Object) >>> Object to check
- types...
- (String|Constructor) Data type(s) to check against
- (Boolean) true if object matches any one of types, false if not.
Check to see if object is any of the specified data types.