javascript code checker
main();
function myFunction(x,y){
if((x >=40 && x <=60)||(y >=40 && y <= 60)){
if(a>b){
return console.log(a);
}
else{
return console.log(b);
}
}
else{
return false
}
}
myFunction(39,61);
myFunction(45,61);
myFunction(25,59);
myFunction(45,55);