Fixed sentence

This commit is contained in:
DouglasMV 2019-06-25 15:21:59 -03:00 committed by GitHub
parent 4f2a90854d
commit 1e20197f91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: