Returns whether all the given texts are blank
Optional
the texts to check
whether all the given texts are blank
allBlank([null, undefined]); // trueallBlank([null, 'true']); // false Copy
allBlank([null, undefined]); // trueallBlank([null, 'true']); // false
Returns whether all the given texts are blank