Improved phrasing

This commit is contained in:
Jay 2018-11-09 08:20:33 +01:00 committed by GitHub
parent 69bd4b5f3c
commit 5a8bb8a43f
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 );