I have three arrays I am trying to run through and I want to use the values from all three arrays in one function. This might sound confusing but here is what I have:
See below. However, your code will crash if any of these arrays differs in size from the others.
var Name = ["a", "b", "c"] var Age = [1, 2, 3] var Gender = ["m", "f", "m"] for (var i = 0; i