1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-25 11:12:21 +00:00

Merge pull request #391 from jacty/patch-9

typo
This commit is contained in:
Ruan YiFeng 2017-04-27 19:57:12 +08:00 committed by GitHub
commit cb0a279de3

View File

@ -788,7 +788,7 @@ const myMap = new Map()
**2数组 转为 Map** **2数组 转为 Map**
将数组入 Map 构造函数,就可以转为 Map。 将数组入 Map 构造函数,就可以转为 Map。
```javascript ```javascript
new Map([ new Map([