javascript-local-storage Flashcards
1
Q
How to you store data in localStorage?
A
localStorage.setItem() method
2
Q
How to you retrieve data from localStorage?
A
localStorage.getItem() method
3
Q
What data type can localStorage save in the browser?
A
string
4
Q
When does the ‘beforeunload’ event fire on the window object?
A
as the page refreshes; when the window is about to be unloaded