Update article.md

fix spelling of `further`
This commit is contained in:
Muhammad Bilal 2021-01-12 23:16:01 +05:00 committed by GitHub
parent eb3b360dc3
commit 73fd173f99
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(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 `"..."`: