From 3a900f945a517f633ea8d08eaeccff97a0d11337 Mon Sep 17 00:00:00 2001 From: Stephen Landis Date: Sun, 27 Nov 2016 18:42:32 -0600 Subject: [PATCH] timer hw --- timers.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/timers.js b/timers.js index fd40910..9f83ad3 100644 --- a/timers.js +++ b/timers.js @@ -1,4 +1,14 @@ +console.log('app.js is loaded'); +$(function() { + //all javascript goes here +$('#start').on('click', function(event) { + setInterval() +} ('#reset').on('click', function(event) { + clearTimeout() +} ('#pause').on('click', function(event) { + setTimeout() +} - +});