Complete at least three representations of the current time (ignore days, weeks, moons, etc. for now) that develop on your sketches from last week.
This time everything must be done in code. Use the clock() function to access different attributes of the current time (a listing of its property names is included in the assignment).
Make sure each approach addresses hours, minutes, and seconds in such a way that the representation looks different over the course of a day, hour, and minute.
Use the clockStart and clockSpeed functions to test your visualizations at different times of day
Start by duplicating the Project Template three times and naming them Clock 1, Clock 2, and Clock 3. Once you’ve completed each sketch, rename the project with a more descriptive suffix (e.g., Clock 1: Radial Seconds)