isArrayEmpty
Checks if an array is empty.
Of course, you can always check an empty array by doing Arr.length
but if you'd like a reusable solution, then here you go.
Last updated
Checks if an array is empty.
Of course, you can always check an empty array by doing Arr.length
but if you'd like a reusable solution, then here you go.
Last updated