Skip to content

Latest commit

 

History

History

06_Ticking-Time

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Ticking Time

What You'll Do

Given a <div id="clock"></div> create a clock which displays the current hour, minutes, and seconds.

Requirements

  • Use setInterval
  • Use Date()

Output

A clock which displays the current hour, minutes, and seconds.