Skip to content

Commit 089dcb6

Browse files
authored
Merge pull request #612 from jayhybrid/patch-3
Improved phrasing
2 parents cb95f34 + 9f8c0a7 commit 089dcb6

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/11-logical-operators/3-alert-1-null-2

1 file changed

+1
-1
lines changed

1-js/02-first-steps/11-logical-operators/3-alert-1-null-2/task.md

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

55
# What is the result of AND?
66

7-
What this code is going to show?
7+
What is this code going to show?
88

99
```js
1010
alert( 1 && null && 2 );

0 commit comments

Comments
 (0)