We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086f192 commit ecc1875Copy full SHA for ecc1875
1-js/02-first-steps/11-logical-operators/6-check-if-in-range/task.md
@@ -2,8 +2,8 @@ importance: 3
2
3
---
4
5
-# Check the range between
+# Verificați interval dintre
6
7
-Write an `if` condition to check that `age` is between `14` and `90` inclusively.
+Scrie of condiție `if` care verifică dacă `age` se încadrează între valorile `14` și `90`, inclusiv.
8
9
-"Inclusively" means that `age` can reach the edges `14` or `90`.
+”Inclusiv” înseamnă că `age` poate fi de asemenea și `14` sau `90`.
0 commit comments