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

175 B

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.