Merge pull request #573 from gongpeione/patch-1

Fix 替代数组->替代函数
This commit is contained in:
Ruan YiFeng
2018-01-03 05:46:13 -06:00
committed by GitHub
+1 -1
View File
@@ -58,7 +58,7 @@ const arr = [
// [1]
```
### 替代数的 apply 方法
### 替代数的 apply 方法
由于扩展运算符可以展开数组,所以不再需要`apply`方法,将数组转为函数的参数了。