Vidyalelo
JavaScript · Q132

Document Object Model And Event Handling

Programming · JavaScript · question 132

Q132

The Cookie manipulation is done using which property?

A.
cookie
Answer
B.
cookies
C.
manipulate
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
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.