The Cookie manipulation is done using which property?
A
cookie
B
cookies
C
manipulate
D
modify
Correct Answer: cookie
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.