We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168b273 commit 600733eCopy full SHA for 600733e
1-js/02-first-steps/09-alert-prompt-confirm/article.md
@@ -87,7 +87,7 @@ For example:
87
```js run
88
let isBoss = confirm("Are you the boss?");
89
90
-alert( isBoss ); // true is OK is pressed
+alert( isBoss ); // true if OK is pressed
91
```
92
93
## Summary
0 commit comments