Skip to content

Commit 5547a46

Browse files
authored
Edit typo
1 parent 9d0c74b commit 5547a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/04-array/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ alert( fruits ); // Banana, Pear - 2 items now
215215

216216
But they all break if we quit working with an array as with an "ordered collection" and start working with it as if it were a regular object.
217217

218-
For instance, technically we can do like that:
218+
For instance, technically we can do this:
219219

220220
```js
221221
let fruits = []; // make an array

0 commit comments

Comments
 (0)