up
This commit is contained in:
parent
d1a0659aba
commit
b6ed18e70d
2 changed files with 2 additions and 2 deletions
|
@ -441,7 +441,7 @@ function showMenu(*!*{title = "Untitled", width = 200, height = 100, items = []}
|
|||
showMenu(options);
|
||||
```
|
||||
|
||||
We can also use the more complex destructuring with nestings and colon mappings:
|
||||
We can also use more complex destructuring with nested objects and colon mappings:
|
||||
|
||||
```js run
|
||||
let options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue