JS localStorage
Description #
Sometimes it's nice for a web page to remember things about a user. LocalStorage is a simple way to get started with persisting data on a web page.
Where this knowledge is utilized #
- WDD 231
- WDD 330
- WDD 430
Prerequisites #
- Understanding of DOM events
- Understanding of JS Array Methods
- Understanding of JS Functions