[E] Web Storage API
This exercise show how to use JavaScript and the Web Storage API how to save data locally in your web browser.
The Web Storage API
The example and exercise "Using Web Storage API to explore a chat-like application" is a chat-like application using the Web Storage API to save information in the browser storage.
Figure. This is how the example looks like when its done.
There is a also a recording about the storage primitives and a walk through of the example program.
Check it out to learn how to use the Web Storage API.