reading-notes

My reading notes


Project maintained by brandomoki Hosted on GitHub Pages — Theme by mattgraham

reading Class-13

Local Storage and How To Use It On Websites

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

    • to store data that can be used later instead of pinging the server again
  2. What information should not be stored in local storage?

    • personal information
  3. Local storage can store what type of data? How would you convert it to that type before storing?

    • a string in form of a json this has to be parsed to be used again