something like: for(var i="string 1"; i<10; i++){
i="string 2"
i="string 3"
}
and so on. Is it possible? Because I'm trying to store different things into the local storage using a for loop and i want each thing to start with a different key other than all being number indexes for easier extraction