We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73b4d4e + 600733e commit 7e29612Copy full SHA for 7e29612
1 file changed
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