Regardless of the browser used to access a web page, a cooki…
Regardless of the browser used to access a web page, a cookie created with the statement:document.cookie = “theme=Pirates;path=/partyTime;secure”;can be deleted with the statement:document.cookie = “theme=;max-age=0”;