Returns whether any of the elements in the given objects is empty
Optional
the objects to check
whether any of the elements in the given objects is empty
David Hsing
anyEmpty([null, undefined]); // trueanyEmpty([null, {}]); // true Copy
anyEmpty([null, undefined]); // trueanyEmpty([null, {}]); // true
Returns whether any of the elements in the given objects is empty