Jaga Nilai Setelah Refresh JavaScript

var someVarName = "value";
localStorage.setItem("someVarKey", someVarName);
Anthony Jr