Improved phrasing

This commit is contained in:
Jay 2018-11-09 08:25:40 +01:00 committed by GitHub
parent f4deba0356
commit 9f8c0a7f9f
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 );