Update 15_day_classes.md

pull/461/head
Abdurrahman Ayyıldız 3 years ago committed by GitHub
parent 4ab3bac14f
commit a2439eb396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -159,7 +159,7 @@ Person {firstName: "Lidiya", lastName: "Tekle"}
Person {firstName: "Abraham", lastName: "Yetayeh"} Person {firstName: "Abraham", lastName: "Yetayeh"}
``` ```
Using the class Person we created three persons object. As you can see our class did not many properties let us add more properties to the class. Using the class Person we created three persons object. As you can see our class did not has many properties let us add more properties to the class.
```js ```js
class Person { class Person {

Loading…
Cancel
Save