Fix typo in JavaScript question (#32)
This commit is contained in:
parent
6d2de5e05b
commit
59a0b56f44
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue