From d10fece5f723690c9f408aa3411ebd2a08967bb9 Mon Sep 17 00:00:00 2001 From: Lisa Huang Date: Mon, 9 Jul 2018 15:45:20 -0700 Subject: [PATCH] Feature request for countdown timer! --- 29 - Countdown Timer/scripts-START.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/29 - Countdown Timer/scripts-START.js b/29 - Countdown Timer/scripts-START.js index b092312f91..47adf1b15a 100644 --- a/29 - Countdown Timer/scripts-START.js +++ b/29 - Countdown Timer/scripts-START.js @@ -64,4 +64,9 @@ document.customForm.addEventListener('submit', function(e){ timer(mins * 60); this.reset(); -}) \ No newline at end of file +}) + +// FEATURE REQUEST +// when 3 mins left, background = red + +// when timer is up, set up an alert + sound \ No newline at end of file