Hello,
You can find it in original post preIn localStorage, I have an array that looks something like this:
[{"name":"Some Name","value":"5"},{"name":"Another Name","value":"23"}, etc... /pre
Hello,
You can find it in original post preIn localStorage, I have an array that looks something like this:
[{"name":"Some Name","value":"5"},{"name":"Another Name","value":"23"}, etc... /pre
May I have the link please?
to make arrays in JS:
http://www.w3schools.com/js/js_arrays...
To do so in local storage, first create a model with a type as Array, add the values, then make a storage and assign its type as whatever you named your array.
@jack Bua : ok thanks for your reply.