example code must be unexecutable (#1586)

example code must be unexecutable
This commit is contained in:
Alexey Pyltsyn 2019-11-05 22:42:01 +03:00 committed by GitHub
commit cd4def5557
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 {
*/!*