I have search through google with keyword handle javascript magic number but couldn't find one. In c# i would used constant defined number but i don't know what to use in javascript
something like this
public class MagicNumberHelper
{
const int optionA = 1;
const int optionB = 2:
const int optionC = 3
}