Skip to content

Commit

Permalink
docs: update docs/es6/array.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiufeihong2018 committed Apr 19, 2024
1 parent c08dba1 commit 16e8ec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/es6/array.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ for (let [index, elem] of ['a', 'b'].entries()) {
console.log(index, elem);
}
// 0 "a"
// 1 "b"
```


Expand Down

0 comments on commit 16e8ec4

Please sign in to comment.