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() +} - +});