Skip to content

h-o-k/countdown-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Task 2: Countdown App

  • Open the task-2-countdown-app folder in VS Code and open the index.html file in your browser.

  • You should see a countdown app with multiple countdown timers.

  • Your task is to make the countdown timers work.

  • For this task, you will need to edit the just the script.js file.

  • Hint: Look up the Date object in JavaScript.

  • Hint: Look up the setInterval method in JavaScript.

  • Hint: Look up the setTimeout method in JavaScript.

  • Hint: Look up the querySelector method in JavaScript.

  • Hint: Look up the querySelectorAll method in JavaScript.

  • Hint: Look up the addEventListener method in JavaScript.

  • Hint: Look up the textContent property in JavaScript.

  • Hint: Look up the classList property in JavaScript.

  • Here is a GIF of the expected result:

Countdown

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published