1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-29 13:52:22 +00:00

修改desctructuring错别字

This commit is contained in:
Ruan Yifeng 2015-02-17 08:00:10 +08:00
parent b88e6b611e
commit 0f6ed36b02

View File

@ -284,7 +284,7 @@ jQuery.ajax = function (url, {
**5遍历Map结构**
任何部署了Iterator接口的对象都可以用for...of循环遍历。Map结构原生支持Iterator接口配合变量的构赋值,获取键名和键值就非常方便。
任何部署了Iterator接口的对象都可以用for...of循环遍历。Map结构原生支持Iterator接口配合变量的构赋值,获取键名和键值就非常方便。
```javascript