clock
This commit is contained in:
parent
16cfa3037b
commit
cdc1693443
7 changed files with 43 additions and 63 deletions
|
@ -6,6 +6,9 @@ importance: 5
|
|||
|
||||
We've got a `Clock` class. As of now, it prints the time every second.
|
||||
|
||||
|
||||
[js src="source.view/clock.js"]
|
||||
|
||||
Create a new class `ExtendedClock` that inherits from `Clock` and adds the parameter `precision` -- the number of `ms` between "ticks". Should be `1000` (1 second) by default.
|
||||
|
||||
- Your code should be in the file `extended-clock.js`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue