Skip to content

Commit 11ec672

Browse files
authored
example code must be unexecutable
example code must be executable because, it has dependent on another example code above. So it can't work in plunker container.
1 parent dcb9d87 commit 11ec672

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)