my message that can be alter

pull/188/head
Rohantyagi22 5 months ago
parent 9409685c9a
commit 6e41d73275

@ -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
}

Loading…
Cancel
Save