Returns true
or false
based on if the given value is empty.
Returns true
if the parameter is one of the following values:
an empty text
an empty list
an object without properties
null
undefined
NaN
For any other value, returns false
.
IS_EMPTY(value: Number|String|Array|Object) => Boolean
Parameter | Description |
Value | Value to check |
Formula | Return value |
|
|
|
|
|
|
|
|
|
|