I want to create a dynamic variable in the loop. I found something about eval and window but I don't know how to use this.
This is my loop and i want to create a 9 variables names from m1 to m9. I mean that the name of variable must be m1 to m9
for(i=1; i<10; i++){
var m+i = "Something"
}
Please help me with this. Really appreciate.