Merge pull request #610 from jayhybrid/patch-1

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

View file

@ -4,7 +4,7 @@ importance: 5
# What's the result of OR? # What's the result of OR?
What the code below is going to output? What is the code below going to output?
```js ```js
alert( null || 2 || undefined ); alert( null || 2 || undefined );