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