1.

To delete a cookie we need to call the deleteCookie method and we are passing in two parameters, what are those parameters?

A. The first parameter is the name of the cookie, and the second parameter is where it was created.
B. The first parameter is where it was created, and the second parameter is the name of cookie.
C. Both of these
D. None of these
Answer» B. The first parameter is where it was created, and the second parameter is the name of cookie.


Discussion

No Comment Found