Skip to content

Commit

Permalink
Feature request for countdown timer!
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaychuang committed Jul 9, 2018
1 parent 59a3caf commit d10fece
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 29 - Countdown Timer/scripts-START.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,9 @@ document.customForm.addEventListener('submit', function(e){
timer(mins * 60);

this.reset();
})
})

// FEATURE REQUEST
// when 3 mins left, background = red

// when timer is up, set up an alert + sound

0 comments on commit d10fece

Please sign in to comment.