Improved phrasing

This commit is contained in:
Jay 2018-11-09 08:22:37 +01:00 committed by GitHub
parent 69bd4b5f3c
commit 610c164510
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) );