We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27f3292 + e32564d commit ab96817Copy full SHA for ab96817
1 file changed
docs/standard-built-in-objects/indexed-collections/array/array.md
@@ -164,7 +164,7 @@ console.log(a.length);
164
165
| 方法 | 描述 |
166
| :---------------- | :--------------------------------------------------------------- |
167
-| `Array.form()` | 从一个类似数组或可迭代对象中创建一个新的数组实例。 |
+| `Array.from()` | 从一个类似数组或可迭代对象中创建一个新的数组实例。 |
168
| `Array.isArray()` | 用于判断指定值是否为数组。 |
169
| `Array.of()` | 创建一个具有可变数量参数的新数组实例,而不考虑参数的数量或类型。 |
170
0 commit comments