Update 15_day_classes.md

In line 558 added 'ParentClassName' to the sentence class ChildClassName extends ParentClassName.
pull/373/head
Akshay Kolli 3 years ago committed by GitHub
parent a63597bc65
commit dce147be4a
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 ```js
// syntax // syntax
class ChildClassName extends { class ChildClassName extends ParentClassName {
// code goes here // code goes here
} }
``` ```

Loading…
Cancel
Save