LocalStorage in javaScript
In this article we will understand how localStorage in js wroks
setItem()
getItem()
removeItem()
What is localStorage in js:
In Google Chrome, web storage data is saved in an SQLite file in a subfolder in the user’s profile. The subfolder is loc...
saurabhr.hashnode.dev2 min read