Fixed sentence
This commit is contained in:
parent
4f2a90854d
commit
1e20197f91
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ let {width = prompt("width?"), title = prompt("title?")} = options;
|
|||
*/!*
|
||||
|
||||
alert(title); // Menu
|
||||
alert(width); // (whatever you the result of prompt is)
|
||||
alert(width); // (whatever the result of prompt is)
|
||||
```
|
||||
|
||||
We also can combine both the colon and equality:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue