Generate variable names dynamically in Javascript
Suppose you want to use the value of one variable as part of the name of another variable, but you don’t know the exact name of the first variable, because it will be selected by user input.
Continue reading