odin-javascript-exercises/timer
2017-11-24 14:23:16 -06:00
..
README.md Revert "remove class based exercises" 2017-11-24 14:23:16 -06:00
timer.js Revert "remove class based exercises" 2017-11-24 14:23:16 -06:00
timer.spec.js Revert "remove class based exercises" 2017-11-24 14:23:16 -06:00

The goal of this exercise is for you to create a timer. The timer will operate with the following format:

00:00:00

You will be given an object with the value of seconds already added. Your job is to use the class to add a string containing the timer result to this original object.

Example:

12 seconds given

00:00:12 should be the output