en.javascript.info/1-js/9-object-inheritance/09-class/1-rewrite-to-class/task.md
Ilya Kantor 63f55dc65d ok
2016-11-19 00:13:08 +03:00

9 lines
166 B
Markdown

importance: 5
---
# Rewrite to class
Rewrite the `Clock` class from prototypes to the modern "class" syntax.
P.S. The clock ticks in the console, open it to see.