mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-13 03:36:07 +09:00
remove class based exercises
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
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
|
||||
Reference in New Issue
Block a user