We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2172a commit 6994fc0Copy full SHA for 6994fc0
1 file changed
1-js/05-data-types/06-iterable/article.md
@@ -12,7 +12,7 @@ If an object isn't technically an array, but represents a collection (list, set)
12
13
We can easily grasp the concept of iterables by making one of our own.
14
15
-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`.
16
17
Like a `range` object that represents an interval of numbers:
18
0 commit comments