We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a23653 + 41da5cd commit 5fc0a63Copy full SHA for 5fc0a63
1 file changed
1-js/02-first-steps/11-logical-operators/3-alert-1-null-2/solution.md
@@ -1,6 +1,6 @@
1
The answer: `null`, because it's the first falsy value from the list.
2
3
```js run
4
-alert( 1 && null && 2 );
+alert(1 && null && 2);
5
```
6
0 commit comments