📝 Penn Week 11b – jQuery Review, jQuery Clock, Project Check In

jQuery Activity Show and Tell

Please paste your activity below and we’ll go through them quickly (~1 min per person).

Activity: Clock

  • Using HTML, CSS and JavaScript you will represent the passage of time in some way, e.g. a clock. 
  • Your clock should represent time in an interesting and unique way. 
  • You may use the Date object in JavaScript to get the current hours, minutes and seconds of the current time. You may also use the day, month, year, etc. in your representation of time.
  • How can you leverage the capabilities of the browser to create an experience that is not possible with a typical clock.

Inspiration










Websites that respond to time


Using JavaScript to get the current time