Edit typo

This commit is contained in:
Aadith PM 2017-06-19 19:37:40 +05:30 committed by GitHub
parent 9d0c74b5e1
commit 5547a46216

View file

@ -215,7 +215,7 @@ alert( fruits ); // Banana, Pear - 2 items now
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.
For instance, technically we can do like that:
For instance, technically we can do this:
```js
let fruits = []; // make an array