@ -13,9 +13,9 @@ async function generateJoke() {
},
}
const res = await fetch('https://icanhazdadjoke.com', config)
const res = await fetch('https://icanhazdadjoke.com', config);
const data = await res.json()
const data = await res.json();
jokeEl.innerHTML = data.joke