I'm new in coding and actually learning Javascript.
I'd like to iterate throught alphabet and dynamically set variables and contents in Javascript. The result should be :
var botA = eleve["bot-A-value"];
var botB = eleve["bot-B-value"];
var botC = eleve["bot-C-value"];
How would you do that please ? Thanks for your help and sorry if this topic may have already been resolved