Como codificar as localizações em html
function hello() {
localStorage.storedList = document.getElementById("hi").value;
}
Insert_Name_Here
function hello() {
localStorage.storedList = document.getElementById("hi").value;
}