Local Storage Session Storage
Local Storage, Session storage , Cookie
All of them are used to store data in the browser
The data we store in localStorage, and session storage is generally in key, value-form in string type.
Session storage
A session starts when he opens the web...
trixoon.hashnode.dev3 min read