After you have managed to save some data to a localstorage, its time to utilize it. Add a piece of code to this page, which will check if there is saved data available from the first assignment, and load them into a div with an id="sessionData". This should happen when the page is loaded, because we want the data to be loaded then as well. HINT: use onLoad - event on the body tag.