1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-28 21:32:20 +00:00

Update function.md

语义不清
This commit is contained in:
xufanglu 2014-05-01 22:10:31 +08:00
parent 623deb8b00
commit 69fc529aa6

View File

@ -75,7 +75,7 @@ push(a, "a1", "a2", "a3", "a4");
```
注意rest参数不能再有其他参数否则会报错。
注意rest参数之后不能再有其他参数,否则会报错。
```javascript