Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f44d83c

Browse files
author
Jay
authoredNov 8, 2018
Improved phrasing
1 parent 69bd4b5 commit f44d83c

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/11-logical-operators/5-alert-and-or

1 file changed

+1
-1
lines changed
 

‎1-js/02-first-steps/11-logical-operators/5-alert-and-or/task.md

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

55
# The result of OR AND OR
66

7-
What will be the result?
7+
What will the result be?
88

99
```js
1010
alert( null || 2 && 3 || 4 );

0 commit comments

Comments
 (0)
Please sign in to comment.