en.javascript.info/1-js/09-classes/01-class/1-rewrite-to-class/task.md
2019-04-21 13:40:20 +03:00

9 lines
175 B
Markdown

importance: 5
---
# Rewrite to class
The `Clock` class is written in functional style. Rewrite it the "class" syntax.
P.S. The clock ticks in the console, open it to see.