commit
05e1e2623e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue