Returns whether the given array is not empty
Optional
the array to check
whether the given array is not empty
isNotEmpty(['foo', 'bar']); // true Copy
isNotEmpty(['foo', 'bar']); // true
Returns whether the given array is not empty