There are two types of client-side storage available in a browser - Session Storage (sessionStorage) and Local Storage (localStorage). This video tells you about the ways in which you can use these storage options, what their usages are, and the difference between local storage and session storage with a practical example.

 

LocalStorage And SessionStorage In Browsers | HTML5
Feb 19 2019

Jatin Malik

This video is about the client-side storage options we have in the browser. We have sessionStorage & localStorage to store data for our application.