I have:
localStorage.xxx = JSON.stringify([["something","hello"],["something2","hello2"]]);.
How can i add a new array in the JSON xxx like ["something3","hello3"].
I have: localStorage.xxx = JSON.stringify([[something,hello],[something2,hello2]]); . How can i add a new array in
Share
Do you mean something like: