To delete a cookie we need to call the deleteCookie method, passing in two parameters.
Options
- The first parameter is the name of the cookie, and the second parameter is where it was created.
- The first parameter is where it was created, and the second parameter is the name of cookie.
- None of these
CORRECT ANSWER : The first parameter is the name of the cookie, and the second parameter is where it was created.
Write your comments