We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0acd3d commit a85d7adCopy full SHA for a85d7ad
1 file changed
1-js/02-first-steps/11-logical-operators/3-alert-1-null-2/solution.md
@@ -1,4 +1,4 @@
1
-The answer: `null`, because it's the first falsy value from the list.
+Atsakymas: `null`, nes tai yra pirmoji falsy vertė sąraše.
2
3
```js run
4
alert( 1 && null && 2 );
0 commit comments