We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb9d87 commit 11ec672Copy full SHA for 11ec672
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