Bad Joke Generator!

For this project, I took a very simplistic approach, using a knock knock joke as the basis for my project. It had three components the intro, the setup and the punchline.

I took a bunch of knock knock jokes I found online, split them up into the categories, and used arrays to hold the info for the jokes, and then used a function to give me a random number, and a function to construct the joke, using template literals and some internal variables to hold the randomized joke data.

This took me about 45 minutes to complete, feedback is very welcome!