xpblueScreenOfDeath
Programmer
- Sep 1, 2004
- 87
Can some help explan what I am doing wrong and how to fix it. I couldn't figure how to use javascripts enumeration.
Code:
enum abc
{
a,
b,
c
}
alert(abc.a);