Update article.md
", we have an object that is not an array, " -> ", we have an object that is not an array, "
This commit is contained in:
parent
0a2172a077
commit
6994fc096a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ If an object isn't technically an array, but represents a collection (list, set)
|
|||
|
||||
We can easily grasp the concept of iterables by making one of our own.
|
||||
|
||||
For instance, we have an object, that is not an array, but looks suitable for `for..of`.
|
||||
For instance, we have an object that is not an array, but looks suitable for `for..of`.
|
||||
|
||||
Like a `range` object that represents an interval of numbers:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue