View on GitHub

reading-notes

Local Storage

What is local Storage?

For web applications, Local Storage refers to data that websites keeps on your machine after you visit them, and this data usually gets used later when you visit those sites again, this is very similar to what’s known as “Cookies”. Native applications have edge over web applications in this regard, as using the data in your system is pretty simple for native ones, as well as using databases, maybe even create your own file format, or other types of solutions.





201 Go back Home
read## Name and Link
read01 Introductory HTML and JavaScript
read02 HTML Text, CSS Introduction, and Basic JavaScript Instructions
read03 HTML Lists, CSS Boxes, JS Control Flow
read04 HTML Links, CSS Layout, JS Functions
read05 HTML Images; CSS Color & Text
read06 JS Object Literals; The DOM
read07 HTML Tables; JS Constructor Functions
read08 More CSS Layout
read09 Forms and JS Events
read10 Debugging
read11 Audio, Video, Images
read12 Docs for the HTML Canvas Element & Chart.js
read13 Local Storage
read14
read15