Skip to content

Commit

Permalink
Merge pull request #61 from blueken/zh-cn
Browse files Browse the repository at this point in the history
fix: delete english sentense
  • Loading branch information
zhouyao committed Jan 23, 2019
2 parents 2dd4450 + 30105bf commit 61ecf7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ch7.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,6 @@ function recordKeypress(keypressEvt) {
}
```

If you already have an array -- just an object with public numerically-named properties -- this is very straightforward using a built-in JS array utility `forEach(..)`:

如果你已经有一个数组,正好是一个拥有公开的用数字命名属性的对象 —— 非常直接地使用 JS 对象的内建工具 `forEach(..)`

```js
Expand Down

0 comments on commit 61ecf7a

Please sign in to comment.