InterviewSolution
Saved Bookmarks
| 1. |
The localStorage and sessionStorage belongs to ___________(a) Window object(b) Element object(c) Hash object(d) DOM objectI have been asked this question in an internship interview.The query is from Client-Side Storage in section Server-Side and Client-Side Scripting of JavaScript |
|
Answer» Correct choice is (a) WINDOW object |
|