Specify "array-like"

pull/4118/head
Josh Duff 6 years ago committed by GitHub
parent f5aef4c618
commit a3a9c4e4ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -205,7 +205,7 @@ Iterating over lists of values can be done with an each block.
</ul> </ul>
``` ```
You can use each blocks to iterate over any value with a `length` property. You can use each blocks to iterate over any array or array-like value — that is, any object with a length property.
--- ---

Loading…
Cancel
Save