+ 2
please give an example for web storage?
2 Answers
+ 2
local storage, Stores data with no expiration date. The data will be available even when the browser/ browsing tab is closed or reopened.
session storage, Stores data for one session. Data persisted will be cleared as soon as the user closes the browser.
0
yess... me to.. i dont understand it