Returns whether any of the given texts is not blank
Optional
the texts to check
whether any of the given texts is not blank
anyNotBlank([null, undefined]); // falseanyNotBlank([null, 'world']); // true Copy
anyNotBlank([null, undefined]); // falseanyNotBlank([null, 'world']); // true
Returns whether any of the given texts is not blank