Vidyalelo
JavaScript · Q167

Document Object Model And Event Handling

Programming · JavaScript · question 167

Q167

What is the main difference between localStorage and sessionStorage?

A.
Lifetime
B.
Scope
C.
Both Lifetime and Scope
Answer
D.
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.