Update article.md

This commit is contained in:
Somadina Mbadiwe 2017-06-06 03:03:59 -07:00 committed by GitHub
parent 168b273caa
commit 600733ee0f

View file

@ -87,7 +87,7 @@ For example:
```js run ```js run
let isBoss = confirm("Are you the boss?"); let isBoss = confirm("Are you the boss?");
alert( isBoss ); // true is OK is pressed alert( isBoss ); // true if OK is pressed
``` ```
## Summary ## Summary