Add missed parent class name in the inheritance syntax example

pull/503/head
Vitalii Psl 3 years ago
parent 0b926bb8f9
commit 77cd25d578

@ -555,7 +555,7 @@ Using inheritance we can access all the properties and the methods of the parent
```js
// syntax
class ChildClassName extends {
class ChildClassName extends ParentClassName {
// code goes here
}
```

Loading…
Cancel
Save