Skip to content

Commit e28c42b

Browse files
authored
Merge pull request #51 from aadithpm/patch-9
Edit typo
2 parents 5b02633 + 5547a46 commit e28c42b

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)