修改desctructuring错别字

This commit is contained in:
Ruan Yifeng
2015-02-17 08:00:10 +08:00
parent b88e6b611e
commit 0f6ed36b02
+1 -1
View File
@@ -284,7 +284,7 @@ jQuery.ajax = function (url, {
**5)遍历Map结构**
任何部署了Iterator接口的对象,都可以用for...of循环遍历。Map结构原生支持Iterator接口,配合变量的构赋值,获取键名和键值就非常方便。
任何部署了Iterator接口的对象,都可以用for...of循环遍历。Map结构原生支持Iterator接口,配合变量的构赋值,获取键名和键值就非常方便。
```javascript