- What is the use of Dynamic
variables? Any scenarios? -
Can I attach this value to a
TextField?var data = "testVariable"; eval("var temp_" + data + "=123;"); alert(temp_testVariable);
What is the use of Dynamic variables? Any scenarios? Can I attach this value
Share
For when people haven’t heard of objects or arrays.
Yes.