The localStorage and sessionStorage belongs to
The localStorage and sessionStorage belongs to Correct Answer Window object
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.