Merge pull request #613 from jayhybrid/patch-4

Improved phrasing
This commit is contained in:
Ilya Kantor 2018-11-09 12:26:00 +03:00 committed by GitHub
commit 871a950d68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ importance: 5
Which of these `alert`s are going to execute?
What will be the results of the expressions inside `if(...)`?
What will the results of the expressions be inside `if(...)`?
```js
if (-1 || 0) alert( 'first' );