en.javascript.info/1-js/09-classes/02-class/1-rewrite-to-class/task.md
2019-03-05 18:44:28 +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.