Posts by LyonShinn • 67 points
2 posts
-
5
votes2
answers462
viewsQ: How to recover an array saved on localStorage
var pessoa = ["Bonito","Alto","Magro"]; Window.localStorage.setItem('pessoa',JSON.stringify(pessoa)) pessoa=[null] Now I want to recover that value Bonito,Alto,Magro one by one , which is no longer…
-
-1
votes1
answer161
viewsQ: How to pass the value of a variable to another HTML document in Javascript?
In an HTML file I have a variable created in Javascript called vidadps and I want to pass its value to another HTML document. How can I do this in Javascript ? Inside the initial HTML:…
javascriptasked LyonShinn 67