Skip to content

Commit 600733e

Browse files
authored
Update article.md
1 parent 168b273 commit 600733e

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/09-alert-prompt-confirm

1 file changed

+1
-1
lines changed

1-js/02-first-steps/09-alert-prompt-confirm/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ For example:
8787
```js run
8888
let isBoss = confirm("Are you the boss?");
8989
90-
alert( isBoss ); // true is OK is pressed
90+
alert( isBoss ); // true if OK is pressed
9191
```
9292
9393
## Summary

0 commit comments

Comments
 (0)