Merge pull request #612 from jayhybrid/patch-3

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

View file

@ -4,7 +4,7 @@ importance: 5
# What is the result of AND? # What is the result of AND?
What this code is going to show? What is this code going to show?
```js ```js
alert( 1 && null && 2 ); alert( 1 && null && 2 );