Site under construction! :3
length
ξ―
Returns the length of the array as an integer
.
Pigeonξ―
> arr = [1, 2, 3, 4, 5] > arr.length 5
length
ξ―Returns the length of the array as an integer
.
> arr = [1, 2, 3, 4, 5] > arr.length 5