DOM Manipulation Challenge


1. Change me to a different color with this button

2. Show a random joke by clicking on the card below (they are already in an array in script.js)

Q. What did one wall say to the other wall? A. I’ll meet you at the corner!

3. Slideshow: add another row to the html with an img and button tag. The button will change the picture from an array, in order. when it reaches the end of the array, it loads the first one again.