Status: Not Submitted
What if arrays did not exist?!
Using the variables below, write a function named oddOrEven that checks if each variable is an even or odd number and prints out the result.
var num1 = 15;
var num2 = 32;
var num3 = 19;
var num4 = 11;
var num5 = 28;
var num6 = 24;
5 points