commit
5fc0a635e3
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