Checks whether the passed value is null, undefined or an empty string.
value
The string value to be checked.
true if the string is null, undefined or an empty string.
true
Checks whether the passed
value
is null, undefined or an empty string.