We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b02633 + 5547a46 commit e28c42bCopy full SHA for e28c42b
1-js/05-data-types/04-array/article.md
@@ -215,7 +215,7 @@ alert( fruits ); // Banana, Pear - 2 items now
215
216
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.
217
218
-For instance, technically we can do like that:
+For instance, technically we can do this:
219
220
```js
221
let fruits = []; // make an array
0 commit comments