We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcb9d87 + 11ec672 commit cd4def5Copy full SHA for cd4def5
1-js/09-classes/02-class-inheritance/article.md
@@ -40,7 +40,7 @@ The syntax to extend another class is: `class Child extends Parent`.
40
41
Let's create `class Rabbit` that inherits from `Animal`:
42
43
-```js run
+```js
44
*!*
45
class Rabbit extends Animal {
46
*/!*
0 commit comments