HAVE WE FORGOTteN HOw TO PROGrAM?!?!
function isGreaterThan5(value) {
if (value > 5) {
return true;
} else {
return false;
}
}
HAVE WE FORGOTteN HOw TO PROGrAM?!?!
function isGreaterThan5(value) {
if (value > 5) {
return true;
} else {
return false;
}
}