Skip to content

Commit 43f3300

Browse files
author
Jay
authored
Improved phrasing
1 parent 089dcb6 commit 43f3300

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/11-logical-operators/8-if-question

1 file changed

+1
-1
lines changed

1-js/02-first-steps/11-logical-operators/8-if-question/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ importance: 5
66

77
Which of these `alert`s are going to execute?
88

9-
What will be the results of the expressions inside `if(...)`?
9+
What will the results of the expressions be inside `if(...)`?
1010

1111
```js
1212
if (-1 || 0) alert( 'first' );

0 commit comments

Comments
 (0)