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