Skip to content

Commit 41da5cd

Browse files
authored
updated solution.md
removed redundant spacing
1 parent 2efe0dc commit 41da5cd

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)