Question
What would be the best way to call two arrays (identical structure, just different values)?
What would be the best way to incorporate a second array with (identical structure, just different values)?
So by entering a value in a form field, and depending on that value, it would either call the first or second array to use in a calculation.
Would it be best to define multiple arrays in a document level javascript?
