Q166
The localStorage and sessionStorage belongs to
A.
Window object
AnswerB.
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.