Merge pull request #611 from jayhybrid/patch-2

Improved phrasing
This commit is contained in:
Ilya Kantor 2018-11-09 10:24:20 +03:00 committed by GitHub
commit 55db460a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ importance: 3
# What's the result of OR'ed alerts?
What the code below will output?
What will the code below output?
```js
alert( alert(1) || 2 || alert(3) );