javascript-local-storage Flashcards

1
Q

How to you store data in localStorage?

A

setItem()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to you retrieve data from localStorage?

A

getItem()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What data type can localStorage save in the browser?

A

string values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When does the ‘beforeunload’ event fire on the window object?

A

fires when the window, the document and its resources are about to be unloaded. Doc still visible and still cancelable at this point.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly