Update article.md
fix spelling of `further`
This commit is contained in:
parent
eb3b360dc3
commit
73fd173f99
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ let [name1, name2] = ["Julius", "Caesar", "Consul", "of the Roman Republic"];
|
||||||
|
|
||||||
alert(name1); // Julius
|
alert(name1); // Julius
|
||||||
alert(name2); // Caesar
|
alert(name2); // Caesar
|
||||||
// Furher items aren't assigned anywhere
|
// Further items aren't assigned anywhere
|
||||||
```
|
```
|
||||||
|
|
||||||
If we'd like also to gather all that follows -- we can add one more parameter that gets "the rest" using three dots `"..."`:
|
If we'd like also to gather all that follows -- we can add one more parameter that gets "the rest" using three dots `"..."`:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue