Q. The localStorage and sessionStorage belongs to
β
Correct Answer: (A)
Window object
Explanation: 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.