Skip to content

Commit

Permalink
Update 2017-03-12-3-array-hacks.md
Browse files Browse the repository at this point in the history
typo:
讼案 => 松散
难的 => 难得
  • Loading branch information
sinalvee authored May 26, 2017
1 parent 51f3fed commit a9be705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/zh_CN/javascript/2017-03-12-3-array-hacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ JavaScript 中直接创建的数组是松散的,以至于会有很多坑。试
[undefined, undefined, undefined, undefined]
```

你会发现,通过一个讼案的数组去循环调用一些转换是非常难得
你会发现,通过一个松散的数组去循环调用一些转换是非常难的

```javascript
> const arr = new Array(4);
Expand Down

0 comments on commit a9be705

Please sign in to comment.