isEmpty

Modified on Thu, 24 Aug 2023

Description

Use this function to check if a value is empty.

Syntax

isEmpty(value)

Returns

Return ValueDescription
ValueReturns true if the value is empty, otherwise returns false.

Sample

ExampleResultDescription
isEmpty(5)FalseReturns False because the value 5 is not empty.

To view all Jiffy functions, click here.

See Also