Skip to content

Commit 610c164

Browse files
author
Jay
authoredNov 9, 2018
Improved phrasing
1 parent 69bd4b5 commit 610c164

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
 

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

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

55
# What's the result of OR'ed alerts?
66

7-
What the code below will output?
7+
What will the code below output?
88

99
```js
1010
alert( alert(1) || 2 || alert(3) );

0 commit comments

Comments
 (0)
Please sign in to comment.