Local Storage and Session Storage in JavaScript
There are many instances when you would want to keep your data permanent even after reloading the page and not have to use any kind of backend. Well, this can be done using the browser's local storage that can be accessed by JavaScript.
Local Storage...
kashishd.hashnode.dev2 min read