Tell us what’s happening:
The “Run Test” button doesn’t seem to be working. I can’t make test run with a “Click” or using the keyboard.
Your code so far
function testLogicalAnd(val) {
// Only change code below this line
if (val <= 50 && >= 25) {
return "Yes";
}
// Only change code above this line
return "No";
}
testLogicalAnd(10);
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
Challenge: Basic JavaScript - Comparisons with the Logical And Operator
Link to the challenge: