geuis
10-13-2003, 09:45 AM
I want to write an if statement that does like:
if (a == 0 OR a == 1)
{
}
I've forgotten how to write the OR statement in javascript.
if (a == 0 OR a == 1)
{
}
I've forgotten how to write the OR statement in javascript.