fix(guide): simplify directory structure

This commit is contained in:
Mrugesh Mohapatra
2018-10-16 21:26:13 +05:30
parent f989c28c52
commit da0df12ab7
35752 changed files with 0 additions and 317652 deletions

View File

@@ -0,0 +1,19 @@
---
title: Array from
localeTitle: 数组来自
---
## 数组来自
'Array.from'方法从类似数组或可迭代的对象创建一个新的Array实例。
### 句法:
“”” Array.fromarrayLike \[mapFn \[thisArg\]\] “””
### 例:
“”” Array.from '富'; // \[“f”“o”“o”\] “””
#### 更多信息:
[MDN文档](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/from)