Merge pull request #2431 from bilalbutt044/patch-1

Update article.md
This commit is contained in:
Ilya Kantor 2021-01-13 19:56:10 +03:00 committed by GitHub
commit 9c1a0fda22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,7 +160,7 @@ let [name1, name2] = ["Julius", "Caesar", "Consul", "of the Roman Republic"];
alert(name1); // Julius
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 `"..."`: