How to you store data in localStorage?
set item method
How to you retrieve data from localStorage?
get item method
What data type can localStorage save in the browser?
domstrings which are just strings
When does the ‘beforeunload’ event fire on the window object?
right before the page reloads or closes