Objective
This objective was to create a working speedometer that would randomly generate a number and then move the dial to that point, and create a sound. This was done with HTML, Javascript, and SVG
Problem
The issue here was figuring out how to rotate the numbers around the edge.
Solution
To fix this, I used the div tag with an ID so that I could rotate more at once instead of doing one at a time.