Skip to content

Commit ecc1875

Browse files
committed
6-check-if-in-range finish translation
1 parent 086f192 commit ecc1875

File tree

1 file changed

+3
-3
lines changed
  • 1-js/02-first-steps/11-logical-operators/6-check-if-in-range

1 file changed

+3
-3
lines changed

1-js/02-first-steps/11-logical-operators/6-check-if-in-range/task.md

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

33
---
44

5-
# Check the range between
5+
# Verificați interval dintre
66

7-
Write an `if` condition to check that `age` is between `14` and `90` inclusively.
7+
Scrie of condiție `if` care verifică dacă `age` se încadrează între valorile `14` și `90`, inclusiv.
88

9-
"Inclusively" means that `age` can reach the edges `14` or `90`.
9+
”Inclusiv” înseamnă că `age` poate fi de asemenea și `14` sau `90`.

0 commit comments

Comments
 (0)