Vidyalelo
JavaScript · Q166

Document Object Model And Event Handling

Programming · JavaScript · question 166

Q166

The localStorage and sessionStorage belongs to

A.
Window object
Answer
B.
Element object
C.
Hash object
D.
DOM object

Answer: Option A

Solution

Answer: Option A
Solution:
Browsers that implement the “Web Storage” draft specification define two properties on the Window object: localStorage and sessionStorage. Both properties refer to a Storage object—a persistent associative array that maps string keys to string values.