enum in jqery
enum in jqery
can anyone tell me how to implement enum in jquery
var
Direction =
{
North:90,
East: 180,
South: 270,
West: 360
}
can i use key value pairs for enum representation in jquery
Topic Participants
abhinav.moolagundla
kbwood.au