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:
parent
623deb8b00
commit
69fc529aa6
@ -75,7 +75,7 @@ push(a, "a1", "a2", "a3", "a4");
|
||||
|
||||
```
|
||||
|
||||
注意,rest参数不能再有其他参数,否则会报错。
|
||||
注意,rest参数之后不能再有其他参数,否则会报错。
|
||||
|
||||
```javascript
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user