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
Y.S. Permana -
Astrodevil -
Vladislav Guzey -
Mike Young -
Top comments (0)