Stage#2. Web Storage
This module gives students an overview of Web Storage, delving into the nuances of Local Storage, Session Storage, cookies, and IndexedDB.
By the end of the module, students will grasp distinctions between Local Storage and Session Storage, intricacies of cookies handling, and fundamental concepts of databases illustrated through IndexedDB.
In this module, students are expected to familiarize themselves with:
- Local Storage
- Session Storage
- Cookies
- IndexedDB
- 3 hours
Students are encouraged to study the following resources:
- LocalStorage, sessionStorage - [1 hour]
- Cookies, document.cookie - [1 hour]
- IndexedDB - [1 hour]
- Complete the test "[St2] Web Storage" in the RS-App > Auto Test.
Expand your knowledge with these additional materials: