Local storage is a type of web storage that allows web applications to store data locally within the user's browser.
Session storage is similar to local storage, but the data stored in session storage is only available for the current browser session.
Cookies are small text files that are stored on the user's computer by the web server.
IndexedDB is a client-side database that allows web applications to store large amounts of structured data.
You can visit to my site to learn more about javascript, react or angular.