Merge pull request #608 from jayhybrid/jayhybrid-patch-1

Improved phrasing
This commit is contained in:
Ilya Kantor 2018-11-09 10:24:57 +03:00 committed by GitHub
commit 1d517a6ded
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 );