reading-notes

Local storage and how to use it on websites

Why would a developer use local storage for a web application?

What information should not be stored in local storage?

Local storage can store what type of data? How would you convert it to that type before storing?

References