Improved phrasing

This commit is contained in:
Jay 2018-11-09 08:29:47 +01:00 committed by GitHub
parent 089dcb6a12
commit 43f3300c8f
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' );