Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. The Cookie manipulation is done using which property?

  2. A.

     cookie

    B.

     cookies

    C.

     manipulate

    D.

     none of the mentioned

    View Answer

    Workspace

    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