Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following function is used as a consequence of not including semicolons, commas or whitespace in the Cookie value?

  2. A.

     encodeURIComponent()

    B.

     encodeURI()

    C.

     encodeComponent()

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Cookie values cannot include semicolons, commas, or whitespace. For this reason, you may want to use the core JavaScript global function encodeURIComponent() to encode the value before storing it in the cookie.


Be The First To Comment