How to you store data in localStorage?
set item method, pass value and key you want to store
How to you retrieve data from localStorage?
localstorage.getItem
What data type can localStorage save in the browser?
JSON data
When does the ‘beforeunload’ event fire on the window object?
When the document is unloaded.