Local Storage & Session Storage in JavaScript
Local Storage & Session Storage are HTML5's web storage feature that lets you store some information locally on the user's computer, similar to cookies.
The information stored in the web storage isn't sent to the web server.
Web storage allows you to...
bobby-sadhwani.hashnode.dev2 min read