Returns an iterable of values in the array.
values()
An iterable of values.
[...[1, 2, 3].values()]
[1, 2, 3]