Skip to content

Commit 5fc0a63

Browse files
authored
Merge pull request #3037 from jarede-dev/patch-1
updated solution.md
2 parents 7a23653 + 41da5cd commit 5fc0a63

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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The answer: `null`, because it's the first falsy value from the list.
22

33
```js run
4-
alert( 1 && null && 2 );
4+
alert(1 && null && 2);
55
```
66

0 commit comments

Comments
 (0)