Skip to content

Commit 9bf1489

Browse files
authored
Clarify task code place in 1.9.1 (Class basic syntax)
1 parent 2d5be7b commit 9bf1489

File tree

1 file changed

+1
-1
lines changed
  • 1-js/09-classes/01-class/1-rewrite-to-class

1 file changed

+1
-1
lines changed

1-js/09-classes/01-class/1-rewrite-to-class/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ importance: 5
44

55
# Rewrite to class
66

7-
The `Clock` class is written in functional style. Rewrite it the "class" syntax.
7+
The `Clock` class (see the sandbox) is written in functional style. Rewrite it in the "class" syntax.
88

99
P.S. The clock ticks in the console, open it to see.

0 commit comments

Comments
 (0)