updated solution.md
removed redundant spacing
This commit is contained in:
parent
2efe0dce18
commit
41da5cd8df
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
The answer: `null`, because it's the first falsy value from the list.
|
||||
|
||||
```js run
|
||||
alert( 1 && null && 2 );
|
||||
alert(1 && null && 2);
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue