JSFiddle - React, Tailwind, and code Playground
by vineshhpatel
JavaScript
// storing variable in localstorage
localStorage.setItem("myVariable","true");
//getting
alert(localStorage.getItem("myVariable"));
by vineshhpatel
// storing variable in localstorage
localStorage.setItem("myVariable","true");
//getting
alert(localStorage.getItem("myVariable"));