JS LOCAL STORAGE Flashcards
1
Q
How do you store data in localStorage?
A
set item
2
Q
How do you retrieve data from localStorage?
A
get key
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
before things are unloaded