We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9eea4d commit 59b5530Copy full SHA for 59b5530
1-js/09-classes/02-class-inheritance/article.md
@@ -34,7 +34,7 @@ Here's how we can represent `animal` object and `Animal` class graphically:
34
35
...And we would like to create another `class Rabbit`.
36
37
-As rabbits are animals, `Rabbit` class should be based on `Animal`, have access to animal methods.
+As rabbits are animals, `Rabbit` class should be based on `Animal`, have access to animal methods, so that it can do what "generic" animals can do.
38
39
The syntax to extend another class is: `class Child extends Parent`.
40
0 commit comments