pull/503/merge
Vitalii Paslavskyi 3 years ago committed by GitHub
commit 7478ad330e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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