Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Vora-Namra authored Jun 6, 2024
1 parent 7ee1385 commit 5fa552b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ btn.addEventListener("click",async function f(){
let res = await data.json();
console.log(res);
tag.innerText = res[0].setup;
setTimeout(() => {
punch.innerText = res[0].punchline;
}, 1000);
});


0 comments on commit 5fa552b

Please sign in to comment.