Returns whether all the elements in the given objects are empty
Optional
the objects to check
whether all the elements in the given objects are empty
allEmpty([null, undefined]); // trueallEmpty([null, {}]); // true Copy
allEmpty([null, undefined]); // trueallEmpty([null, {}]); // true
Returns whether all the elements in the given objects are empty