en.javascript.info/1-js/02-first-steps/11-logical-operators/6-check-if-in-range/task.md
Ilya Kantor ab9ab64bd5 up
2017-03-21 14:41:49 +03:00

9 lines
195 B
Markdown

importance: 3
---
# Check the range between
Write an "if" condition to check that `age` is between `14` and `90` inclusively.
"Inclusively" means that `age` can reach the edges `14` or `90`.