Skip to content

Commit 815fafa

Browse files
authored
Merge pull request #3692 from ellie-heidari/patch-1
Update article.md
2 parents 262f91a + 85da6f1 commit 815fafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/06-iterable/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ When we use JavaScript for practical tasks in a browser or any other environment
174174

175175
For instance, strings are both iterable (`for..of` works on them) and array-like (they have numeric indexes and `length`).
176176

177-
But an iterable may be not array-like. And vice versa an array-like may be not iterable.
177+
But an iterable may not be array-like. And vice versa an array-like may not be iterable.
178178

179179
For example, the `range` in the example above is iterable, but not array-like, because it does not have indexed properties and `length`.
180180

0 commit comments

Comments
 (0)