Week 14: demo

localStorage



localStorage is a special object within JavaScript that allows you to store variables inside of the users browser in a way that allows them to persist across pages and across sessions (meaning a user can leave the web site, or even close their browser entirely, and when they return the localStorage variables will still be accessable).

Resources