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:
Peter Roche 2020-02-05 23:46:52 -07:00 committed by GitHub
parent 0a2172a077
commit 6994fc096a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: