Checks if the specified value is empty.
value
The definition of empty in this case is:
null
undefined
""
size
0
Value to check for emptiness.
true if the specified value meets the criteria for being empty.
true
Checks if the specified
value
is empty.The definition of empty in this case is:
null
orundefined
.""
).size
is0
.