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