Skip to content

Commit 5a8bb8a

Browse files
author
Jay
authored
Improved phrasing
1 parent 69bd4b5 commit 5a8bb8a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

1-js/02-first-steps/11-logical-operators/1-alert-null-2-undefined/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's the result of OR?
66

7-
What the code below is going to output?
7+
What is the code below going to output?
88

99
```js
1010
alert( null || 2 || undefined );

0 commit comments

Comments
 (0)