Skip to content

Instantly share code, notes, and snippets.

@soul-wish
Created July 12, 2018 08:22
Show Gist options
  • Save soul-wish/6da6532999bdd4eb7250eb51910f115e to your computer and use it in GitHub Desktop.
Save soul-wish/6da6532999bdd4eb7250eb51910f115e to your computer and use it in GitHub Desktop.
TM Internship | Task 4

Create a simple timer ⏱

  1. Read about setTimeout and setInterval here
  2. Read about console methods for JS debugging (especially about console.log) here
  3. Create single page application with any layout, but it should have:
  • counter digits
  • pause button
  • reset button
  1. Counter should count from 0 to 1 hour (60 minutes) and then it should start from the beginning
  2. All JS code should be in a separate JS file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment