- Readme
- Module Overview, BOM vs. DOM, Browser API
- Browser alert, confirm, prompt with Examples
- Location, URL parts, query string, href, hash, assign and reload
- History API to navigate back, forward, go, history length
- Cookies, dev tool application tab, get cookie value
- Local storage, session storage, storage info in browser storage
- Set and read Simple value from local, session storage
- Implement local storage interactions for a shopping cart
- Store and Retrieve Object to local storage
- Assignment