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.
This commit is contained in:
Mustafa Kemal Tuna 2019-11-05 19:54:19 +03:00 committed by GitHub
parent dcb9d87ab8
commit 11ec67268f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ The syntax to extend another class is: `class Child extends Parent`.
Let's create `class Rabbit` that inherits from `Animal`:
```js run
```js
*!*
class Rabbit extends Animal {
*/!*