mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-29 22:12:21 +00:00
修改desctructuring错别字
This commit is contained in:
parent
b88e6b611e
commit
0f6ed36b02
@ -284,7 +284,7 @@ jQuery.ajax = function (url, {
|
|||||||
|
|
||||||
**(5)遍历Map结构**
|
**(5)遍历Map结构**
|
||||||
|
|
||||||
任何部署了Iterator接口的对象,都可以用for...of循环遍历。Map结构原生支持Iterator接口,配合变量的结构赋值,获取键名和键值就非常方便。
|
任何部署了Iterator接口的对象,都可以用for...of循环遍历。Map结构原生支持Iterator接口,配合变量的解构赋值,获取键名和键值就非常方便。
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user