Hey guys,
i’m making a geographic game, and I made a couple of arrays (country, capital, president, difficulty…)
now I want to separete the nations into levels (difficulty). For exampel Germany or USA are Level 1, Bahamas Level 4 and so on
Now my question: can I store all the different data into one arraylist? (I’m using javascript)
I have over 1500 values and mostly strings in my arrays, so i don’t want to put the data manually into the list
thanks for your answers and sorry for my english