Improved phrasing
This commit is contained in:
parent
089dcb6a12
commit
43f3300c8f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ importance: 5
|
||||||
|
|
||||||
Which of these `alert`s are going to execute?
|
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
|
```js
|
||||||
if (-1 || 0) alert( 'first' );
|
if (-1 || 0) alert( 'first' );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue