Challenge 📝
Resources 📚
Given are two variables child1 and child2 with a numeric value between 0 and 99. Return true if a child is between 0 and 14 (0 and 14 inclusive). Return false if both or none in between.
child1
child2
true
false
#JavaScript Numbers
Medium
unsolved