How to you store data inlocalStorage?
localStorage.setItem( ) method
How to you retrieve data fromlocalStorage?
localStorage.getItem( ) method
What data type canlocalStoragesave in the browser?
‘String’ type data (local storage needs serialized data )
When does the’beforeunload’event fire on thewindowobject?
Before the page unloads