Skip to content

Commit cd4def5

Browse files
authored
example code must be unexecutable (#1586)
example code must be unexecutable
2 parents dcb9d87 + 11ec672 commit cd4def5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/09-classes/02-class-inheritance/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The syntax to extend another class is: `class Child extends Parent`.
4040

4141
Let's create `class Rabbit` that inherits from `Animal`:
4242

43-
```js run
43+
```js
4444
*!*
4545
class Rabbit extends Animal {
4646
*/!*

0 commit comments

Comments
 (0)