Hello,
Are there other formats and configurations to write a JavaScript array? Note that there will be at least 100 pairs.
Code:
var thisArray = ["soda", "cake", "burger", "fries", "olive"];
var thatArray = ["aws1", "xzv2", "poi3", "gdf4", "lkj5"];
Each value must correspond to each other, and there can be no mismatch between values; the code will tend to be edited repeatedly after publishing.
In advance, I appreciate any help to this matter.