Edit typo
This commit is contained in:
parent
9d0c74b5e1
commit
5547a46216
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue