We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5531ae1 commit a0d0439Copy full SHA for a0d0439
2 files 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.
+Răpunsul este `2`, aceasta este prima valoare truthy.
2
3
```js run
4
alert( null || 2 || undefined );
1-js/02-first-steps/11-logical-operators/1-alert-null-2-undefined/task.md
@@ -2,9 +2,9 @@ importance: 5
---
5
-# What's the result of OR?
+# Care este rezultatul lui ORI?
6
7
-What is the code below going to output?
+Care va fi output-ul codului de mai jos?
8
9
```js
10
0 commit comments