We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089dcb6 commit 43f3300Copy full SHA for 43f3300
1-js/02-first-steps/11-logical-operators/8-if-question/task.md
@@ -6,7 +6,7 @@ importance: 5
6
7
Which of these `alert`s are going to execute?
8
9
-What will be the results of the expressions inside `if(...)`?
+What will the results of the expressions be inside `if(...)`?
10
11
```js
12
if (-1 || 0) alert( 'first' );
0 commit comments