InterviewSolution
Saved Bookmarks
| 1. |
What is the main difference between localStorage and sessionStorage?(a) Lifetime(b) Scope(c) Both Lifetime and Scope(d) Storage LocationI have been asked this question in class test.I want to ask this question from Client-Side Storage in chapter Server-Side and Client-Side Scripting of JavaScript |
|
Answer» The correct option is (c) Both LIFETIME and Scope |
|