Create a function called addCookie with parentheses and curly braces.
addCookie
Nice! We'll use this JavaScript function to create cookies.
Make sure to assemble function addCookie() with an opening { and a closing }.
function addCookie()
{
}