Discussion :: Javascript - CS
- The Cookie manipulation is done using which property?
Answer : Option A
Explanation :
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.
Be The First To Comment