Lists
Hello,
In My App i am CReating a input Box which accepts all the values entered by the user and then Store all those values which is entered by the user in the form of a array in another local storage....
all the values that the user enters are already getting stored into a localstorage...called L1
so could u pls Help me out with a Js that would do the above...
I want a LocalStorage called L2 To contain all the information a user entered ie take the info from L1 in store it in a array in L2 ...pls help me out with the corresponding Js