JavaScript Local Storage Flashcards
1
Q
How do you store data in localStorage?
A
localStorage.setItem()
2
Q
How do you retrieve data from localStorage?
A
localStorage.getItem()
3
Q
What data type can localStorage save in the browser?
A
strings
4
Q
When does the ‘beforeunload’ event fire on the window object?
A
the document and its resources are about to be unloaded