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
valueis empty.The definition of empty in this case is:
nullorundefined."").sizeis0.