InterviewSolution
Saved Bookmarks
| 1. |
Which of the following returns a number of value pairs?(a) storage.key(n)(b) storage.length(c) storage.setItem(key,value)(d) storage.clear()I had been asked this question in class test.This intriguing question originated from Web Storage in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» The correct option is (b) storage.length |
|