Local Storage, Session Storage in JS (Javascript) ?
What is Local Storage in Javascript?
Local storage is a part of web APIs that allows you to store data in a web browser in the form of objects( Key-Value pairs )
local storage is not used cache memory to store data, that's why if you close the brows...
diwakarkashyap.hashnode.dev2 min read