1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-28 21:32:20 +00:00
typo
This commit is contained in:
Jacty 2017-04-27 02:18:55 +08:00 committed by GitHub
parent e2867f1956
commit 6867e870bc

View File

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