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