Challenge: Catwalk

Make the cat walk

This webpage contains a cat that's already animated, but that's only because it's an animated GIF. For this challenge, you'll make the cat move across the screen, too, in JS. Change the walkTheCat function so that it updates the cat's left position property, and then make sure it's called repeatedly using the window.requestAnimationFrame function.