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

166 B

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.