We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad93b73 commit 47660e7Copy full SHA for 47660e7
2 files 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.
+Răspunsul: `null`, deoarece este prin valoare falsy din șir.
2
3
```js run
4
alert( 1 && null && 2 );
1-js/02-first-steps/11-logical-operators/3-alert-1-null-2/task.md
@@ -2,9 +2,9 @@ importance: 5
---
5
-# What is the result of AND?
+# Care este rezultatul lui ȘI?
6
7
-What is this code going to show?
+Ce va afișa codul de mai jos?
8
9
```js
10
0 commit comments