Returns the length of the given array
Optional
the array to check
the length of the given array
getLength([]); // 0getLength(['foo', 'bar']); // 2 Copy
getLength([]); // 0getLength(['foo', 'bar']); // 2
Returns the length of the given array