I have a javascript variable name defined as lat1. In fact, I have several variables named like such: lat1, lat2, lat3, etc
I want to code a for loop that steps through each lat variable.. and I want to use the for loop index to determine the variable to output...
something like:
var...