en.javascript.info/1-js/07-object-inheritance/09-class/1-rewrite-to-class/task.md
Ilya Kantor 9ad9063d00 up
2016-11-28 21:35:42 +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.