var num = 0;
var isOdd = function (num){
if (num % 2 !== 0){
return true
} else {
return false
}
}
var num = 0;
var isOdd = function (num){
if (num % 2 !== 0){
return true
} else {
return false
}
}
For further actions, you may consider blocking this person and/or reporting abuse
DotNet Full Stack Dev -
Ingo Steinke, web developer -
Shajibul Alam Shihab -
Michael Andreuzza -
Top comments (0)