en.javascript.info/1-js/07-object-oriented-programming/09-class/1-rewrite-to-class/task.md
Ilya Kantor 97c8f22bbb up
2017-03-21 17:14:05 +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.