Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
prankush247 authored Jul 31, 2023
1 parent 0cb9509 commit 036a10b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
arrayOfJokes=[
`“Employee of the month is a good example of how somebody can be both a winner and a loser at the same time.” - Demetri Martin`,
`“What are you doing with a schoolbag on stage? You can’t even read.” -Conor McGregor`,
`They put Joe Biden on a bike. You all know he is a senior citizen man and that's as much citizen as you can get. That dude hanging of the lord's doorstep dude, If the lord had had a ring cam he would see Joe Biden on that thing. - Theo Von`
]
let index = Math.floor(Math.random() * (arrayOfJokes.length));
Expand Down Expand Up @@ -57,4 +56,4 @@ async function generateMemes(selectedValue){
</div>`
}
}
}
}

0 comments on commit 036a10b

Please sign in to comment.