Hello,
I want to creat array/s in javascripts.
But array/s numbers (how many to arrays to be created) is depend on dropdown div length.
I have calculated length of dropdown list using$("#skill_type_name option").length)
But how to create arrays in javascripts in foor loop.
array names can be
array1[]
array2[]
array3[]
array4[]
...
or names will be given according to dropdown div values.
But how to creat arrays?