I know you might think this is a duplicate or a dumb question. But the answers doesn\'t help me.
Here\'s my simple problem:
var option1 = \"some text
Please try this one:
option = new Array(); option[1] = "some text"; option[2] = "some text"; option[3] = "some text"; for(var i = 1; i < 4; i++) { alert(option[i]); }