What Is Local Storage In JavaScript And How To Use It

Written by rahull | Published 2021/04/08
Tech Story Tags: web-development | javascript | html | css | coding | beginners | 100daysofcode | front-end-development | web-monetization

TLDR Local Storage lets us save the data which is stored in the browser even when a user refreshes or closes a page. Local Storage holds 2 - 100MB+ data. It is also useful for web interface data and offline storage of offline data. LocalStorage is synchronous, meaning each operation called would only execute one after the other. It does not store sensitive user information in localStorage. It is not a substitute for a server-based database as information is only stored on the browser.via the TL;DR App

no story

Written by rahull | 18, Hustler. Code/Design.
Published by HackerNoon on 2021/04/08