We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063cf63 commit 673d6a1Copy full SHA for 673d6a1
1 file changed
1-js/02-first-steps/11-logical-operators/1-alert-null-2-undefined/solution.md
@@ -1,4 +1,4 @@
1
-The answer is `2`, that's the first truthy value.
+Atsakymas yra `2`, pirmoji truthy vertė.
2
3
```js run
4
alert( null || 2 || undefined );
0 commit comments