function testLogicalAnd(val) {
// Only change code below this line
if (val <= 50 && val >= 25); {
return "Yes";
}
// Only change code above this line
return "No";
}
// Change this value to test
testLogicalAnd(10);
I also tried the following for the end bit;
return "Yes";
}
return "No"'
**Your browser information:**
Your Browser User Agent is: ```Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6```.
**Link to the challenge:**
https://www.freecodecamp.org/challenges/comparisons-with-the-logical-and-operator
![error%3F|666x500](upload://96UVv7TQe1osaDGMiBafJYjy1rD.png)