Returns whether the given array is empty
Optional
the array to check
whether the given array is empty
isEmpty([]); // true Copy
isEmpty([]); // true
Returns whether the given array is empty