Cara mengkode LocalStorages di HTML
function hello() {
localStorage.storedList = document.getElementById("hi").value;
}
Insert_Name_Here
function hello() {
localStorage.storedList = document.getElementById("hi").value;
}