Returns whether the given string is empty
Optional
the string to check
whether the given string is empty
isEmpty(undefined); // trueisEmpty('foobar'); // false Copy
isEmpty(undefined); // trueisEmpty('foobar'); // false
Returns whether the given string is empty