Skip to content

Commit

Permalink
Fix typo in JavaScript question (yangshun#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
developingAlex authored and yangshun committed Feb 20, 2018
1 parent 6d2de5e commit 59a0b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion questions/javascript-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ const { e, f, ...others } = {
f: 2,
g: 3,
h: 4,
}; // e: 1, b: 2, others: { g: 3, h: 4 }
}; // e: 1, f: 2, others: { g: 3, h: 4 }
```

###### References
Expand Down

0 comments on commit 59a0b56

Please sign in to comment.