Possible Duplicate:
How to determine if a number is odd in JavaScript
My program requires me to determine if a number is even. But how do I do that? Do I have to make an array really large that has a lot of even numbers and then make another array that has a lot of the numbers that are odd and then find if the number that the user supplies is in the array?