修订错误

This commit is contained in:
ruanyf
2014-05-03 14:12:27 +08:00
parent 623deb8b00
commit 65a3ce6c05
4 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ push(a, "a1", "a2", "a3", "a4");
```
注意,rest参数不能再有其他参数,否则会报错。
注意,rest参数之后不能再有其他参数,否则会报错。
```javascript