Update article.md
This commit is contained in:
parent
09bc924b68
commit
175e1594ea
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ alert(name1); // Julius
|
||||||
alert(name2); // Caesar
|
alert(name2); // Caesar
|
||||||
|
|
||||||
*!*
|
*!*
|
||||||
|
// Note that type of `rest` is Array.
|
||||||
alert(rest[0]); // Consul
|
alert(rest[0]); // Consul
|
||||||
alert(rest[1]); // of the Roman Republic
|
alert(rest[1]); // of the Roman Republic
|
||||||
alert(rest.length); // 2
|
alert(rest.length); // 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue