Returns whether any of the given texts is empty
Optional
The texts to check
whether any of the given texts is empty
David Hsing
anyEmpty([null, undefined]); // trueanyEmpty(['foo', 'bar']); // false Copy
anyEmpty([null, undefined]); // trueanyEmpty(['foo', 'bar']); // false
Returns whether any of the given texts is empty