Class 13 - Local Storage
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?
- Unsecure information, local storage is not secure.
- Local storage can store what type of data? How would you convert it to that type before storing?