Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 11ec672

Browse files
authoredNov 5, 2019
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.