# Array.length

Returns the number of values in an array.

```block
[0].length
```