We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50143ee commit b4be9eeCopy full SHA for b4be9ee
1-js/02-first-steps/11-logical-operators/7-check-if-out-range/task.md
@@ -2,8 +2,8 @@ importance: 3
2
3
---
4
5
-# Check the range outside
+# Patikrinkite už intervalo ribų
6
7
-Write an `if` condition to check that `age` is NOT between 14 and 90 inclusively.
+Parašykite `if` sąlygą, kuri patikrintų ar `age` nėra tarp 14 ir 90 įskaitant.
8
9
-Create two variants: the first one using NOT `!`, the second one -- without it.
+Sukurkite du variantus: vieną naudojant NE `!`, kitą nenaudojant jo.
0 commit comments