Skip to content

Commit 47660e7

Browse files
committed
3-alert-1-null-2 finish translation
1 parent ad93b73 commit 47660e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

1-js/02-first-steps/11-logical-operators/3-alert-1-null-2/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The answer: `null`, because it's the first falsy value from the list.
1+
Răspunsul: `null`, deoarece este prin valoare falsy din șir.
22

33
```js run
44
alert( 1 && null && 2 );

1-js/02-first-steps/11-logical-operators/3-alert-1-null-2/task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ importance: 5
22

33
---
44

5-
# What is the result of AND?
5+
# Care este rezultatul lui ȘI?
66

7-
What is this code going to show?
7+
Ce va afișa codul de mai jos?
88

99
```js
1010
alert( 1 && null && 2 );

0 commit comments

Comments
 (0)