Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 328 Bytes

ex_12.md

File metadata and controls

13 lines (11 loc) · 328 Bytes

Exercise 12

  • Create the following folder/file structure:
/ex_12
  |-- index.html

index.html

  • Create a basic HTML document
  • Create a script tag on the document head element
  • Add a timer to show the user how many seconds has passed sinse he opened the site (every second)
  • Use console.log() to show the seconds