Checks if a value is iterable.
The type of iterated values
true if the value implements the iterable protocol (has a [Symbol.iterator] method)
true
[Symbol.iterator]
Checks if a value is iterable.