Coding Bootcamp LFZ > javascript-local-storage > Flashcards
How do you store data in localStorage?
localStorage.setItem() method
How do you retrieve data from localStorage?
localStorage.getItem() method
What data type can localStorage save in the browser?
String type data (JSON)
When does the ‘beforeunload’ event fire on the window object?
When the window, the document, and its resources are about to be unloaded