36. Local Storage | Session Storage | Cookies
Local Storage
Methods provided by local storage:-
localStorage.setItem(key, value) // store key-value pair
localStorage.getItem(key) // get the value by key
localStorage.removeItem(key) // removes the
javascript-topicwise-notes.hashnode.dev5 min read