We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54fa5a commit f25f2a6Copy full SHA for f25f2a6
1-js/02-first-steps/11-logical-operators/6-check-if-in-range/task.md
@@ -4,4 +4,6 @@ importance: 3
4
5
# Controlla l'intervallo
6
7
-Scrivi una condizione `if` per controllare che `age` sia compresa tra `14` e `90` (inclusi: `age` può valere anche `14` o `90`).
+Scrivi una condizione `if` per controllare che `age` sia compresa tra `14` e `90` estremi inclusi.
8
+
9
+"Inclusi" significa che `age` può valere anche `14` o `90`.
0 commit comments