var index1=5; var index2=7;
And I need start working with one of them by next way:
someFunction(index."1"); //Or something like this
i.e. - catenation of variable name
My question:
Does such possibility exist in Javascript, or not? And what syntax? I've been looking for, but possibly it is not often usable possibility

New Topic/Question
Reply


MultiQuote





|