Merge pull request #800 from CyberMew/patch-1

Update article.md
This commit is contained in:
Ilya Kantor 2019-02-13 13:10:15 +03:00 committed by GitHub
commit 05e1e2623e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,6 +128,7 @@ alert(name1); // Julius
alert(name2); // Caesar
*!*
// Note that type of `rest` is Array.
alert(rest[0]); // Consul
alert(rest[1]); // of the Roman Republic
alert(rest.length); // 2