Clear all cookies from a website?

<button type="button" id="clearCookies">I'm a button!</button>

And you connect the button to the function with:

document.getElementById("clearCookies").onclick = clearListCookies;