How to you store data in localStorage?
Using setItem( ) method.
How to you retrieve data from localStorage?
Using getItem( ) method.
What data type can localStorage save in the browser?
String values.
When does the ‘beforeunload’ event fire on the window object?
When the page is about to be unloaded (reloaded, exited).