We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e9f4e commit 90392b6Copy full SHA for 90392b6
docs/array.md
@@ -58,7 +58,7 @@ const arr = [
58
// [1]
59
```
60
61
-### 替代数组的 apply 方法
+### 替代函数的 apply 方法
62
63
由于扩展运算符可以展开数组,所以不再需要`apply`方法,将数组转为函数的参数了。
64
0 commit comments