This program iterates through two arrays, one holding string values of popular boy bands, and the other holding string values of popular vegetables. For each element (iteration) in each array, the element is appended to its corresponding HTML div tag (either the BoyBand div OR the vegetable div).
willsims14/Boy-Bands-and-Vegetables
Iterates through 2 arrays. For each iteration of the arrays, the (string) element is appended to its respective HTML element.
JavaScript