isEmpty
Modified on Thu, 24 Aug 2023
Description
Use this function to check if a value is empty.
Syntax
isEmpty(value)
Returns
Return Value | Description |
---|---|
Value | Returns true if the value is empty, otherwise returns false. |
Sample
Example | Result | Description |
---|---|---|
isEmpty(5) | False | Returns False because the value 5 is not empty. |
To view all Jiffy functions, click here.
See Also
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