Little Child

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.

#JavaScript Numbers

Medium

unsolved

function littleChild(child1, child2) {

}
Test Cases
Console Logs
JS Errors
Run Code!
flag