example code must be unexecutable (#1586)
example code must be unexecutable
This commit is contained in:
commit
cd4def5557
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
*/!*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue