Improved phrasing

This commit is contained in:
Jay 2018-11-08 17:02:03 +01:00 committed by GitHub
parent 69bd4b5f3c
commit f44d83c594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ importance: 5
# The result of OR AND OR # The result of OR AND OR
What will be the result? What will the result be?
```js ```js
alert( null || 2 && 3 || 4 ); alert( null || 2 && 3 || 4 );