Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 436 Bytes

ex_13.md

File metadata and controls

17 lines (15 loc) · 436 Bytes

Exercise 13

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

index.html

  • Create a basic HTML document
  • Create a script tag on the document head element
  • Ask the user to input the number of seconds that he would like to stay in our site
  • Show how many seconds left he has using console.log()
  • Once the session is over show the following message:
Your session has expired, come again soon!