How to you store data in localStorage?
-setItem method
How to you retrieve data from localStorage?
-getItem method
What data type can localStorage save in the browser?
-String
When does the ‘beforeunload’ event fire on the window object?
-The beforeunload event is fired when the window, the document and its resources are about to be unloaded.