Javascript Intro - got a JS tutorial repo from Smari and cloned it. Made changes and tried my hand at JS.
Aside from some css changes and additions, I added a new button "Reset Animation" to the html. In javascript I added a function that sends the ball back to it's starting position. Then I added a function to make the colors of the animated ball change each time the reset button is clicked. The colors are random.
I added an "onclick" function to the html because I was having trouble getting it to work by setting the click function in the js file.