Lab 28 Reflection Journal
In this lab we created essentially a local storage on the web page in which when the user puts information into the text box then when the information is submitted no matter if the page is reloaded the information will always be there for the user to see. The lab was completed using all JavaScript which ran a function which prevented the data from being erased when the page is refreshed as well as using the submit event which allowed the user to input the information they desire.
The skills gained from the lab are useful to use when the times comes that we need to save local information onto or web page or website such as a search history this code will allow the user to be able to come and see what they previously looked for without the hassle of searching for it once again if forgotten.

Comments
Post a Comment