InterviewSolution
Saved Bookmarks
| 1. |
Which is the function used to retrieve a value?(a) get()(b) retrieve()(c) getItem()(d) retrieveItem()The question was asked by my college director while I was bunking the class.This interesting question is from Client-Side Storage in section Server-Side and Client-Side Scripting of JavaScript |
|
Answer» Right choice is (C) getItem() |
|