Q167
What is the main difference between localStorage and sessionStorage?
A.
Lifetime
B.
Scope
C.
Both Lifetime and Scope
AnswerD.
None of the mentioned
Answer: Option C
Solution
Answer: Option C
Solution:
The difference between localStorage and sessionStorage has to do with lifetime and scope: how long the data is saved for and who the data is accessible to.