Skip to content

Commit a0d0439

Browse files
committed
1-alert-null-2-undefined finish translation
1 parent 5531ae1 commit a0d0439

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The answer is `2`, that's the first truthy value.
1+
Răpunsul este `2`, aceasta este prima valoare truthy.
22

33
```js run
44
alert( null || 2 || undefined );

1-js/02-first-steps/11-logical-operators/1-alert-null-2-undefined/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's the result of OR?
5+
# Care este rezultatul lui ORI?
66

7-
What is the code below going to output?
7+
Care va fi output-ul codului de mai jos?
88

99
```js
1010
alert( null || 2 || undefined );

0 commit comments

Comments
 (0)