en.javascript.info/1-js/02-first-steps/11-logical-operators/7-check-if-out-range/task.md
2020-09-23 02:40:46 +03:00

214 B

importance: 3


Check the range outside

Write an if condition to check that age is NOT between 14 and 90 inclusively.

Create two variants: the first one using NOT !, the second one -- without it.