Simen Eilevstjønn
Results
1
comments of
Simen Eilevstjønn
I have tried ```js const clock = new FlipClock(elem, new Date(new Date().getTime()+5000), { face: "DayCounter", countdown: true, stopAt: new Date(new Date().getTime()+5000) }); ``` and ```js const clock = new FlipClock(elem,...