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