Question: You created a cookie using JavaScript and want to delete it. How do you do it?
A
B
C
D
E
You can\'t. They are valid until they expire
B
Overwrite it with an expiry date in the past
C
escape() the value of the path attribute
D
unescape() the value of the path attribute
E
You will have to remove the cookie file from the client machine
Note: Not available