Update 15_day_classes.md

pull/464/head
Abdurrahman Ayyıldız 3 years ago committed by GitHub
parent 4ab3bac14f
commit e1ea8065cf
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