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