InterviewSolution
Saved Bookmarks
| 1. |
The Cookie manipulation is done using which property?(a) cookie(b) cookies(c) manipulate(d) manipulate cookie |
|
Answer» The correct option is (a) cookie The best explanation: The cookie property sets or returns all name/value pairs of cookies in the current document. There are no methods involved: cookies are queried, set, and deleted by reading and writing the cookie property of the Document object using specially formatted strings. |
|