Language Functions
Modified on Mon, 21 Aug 2023
4 minutes read
This document is a draft version and subject to further review and revision. Please refrain from distributing or relying on its contents as final.
UI Element | Description |
---|---|
isArray | Check if value is classified as an Array object |
isBoolean | Check if value is classified as a boolean primitive or object |
isDate | Check if value is classified as a Date object |
isEqual | Performs a deep comparison between two values to determine if they are equivalent |
isInteger | Checks if value is an integer |
isMap | Check if value is classified as a Map object. |
isNaN | Check if value is not a number |
isNil | Check if value is null or undefined |
isNull | Check if value is null |
isNumber | Check if value is classified as a number primitive or object |
isObject | Check if value is the language type of Object. (e.g. arrays, functions, objects, regexes, new Number(0), and new String('')) |
isString | Check if value is classified as a String primitive or object |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article