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