Skip to content

Commit

Permalink
Merge pull request wangzheng0822#80 from zzzJH/patch-1
Browse files Browse the repository at this point in the history
笔误 psh() → push()
  • Loading branch information
wangzheng0822 authored Oct 23, 2018
2 parents 27f2fa8 + 50d4a50 commit e4b5af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/05_array/Array.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Point 2: 2, 4
Point 3: 8, 1
Point 4: 2, 9

也可以用之前的 puh() 等操作方法来操作对象数组
也可以用之前的 push() 等操作方法来操作对象数组
```
var p5 = new Point(11,13);
point.push(p5);
Expand Down

0 comments on commit e4b5af8

Please sign in to comment.