From a2439eb396419a8583f979a28e09ed7024d19a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdurrahman=20Ayy=C4=B1ld=C4=B1z?= Date: Wed, 24 Aug 2022 01:35:06 +0300 Subject: [PATCH] Update 15_day_classes.md --- 15_Day_Classes/15_day_classes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15_Day_Classes/15_day_classes.md b/15_Day_Classes/15_day_classes.md index be9e8db..45f65b8 100644 --- a/15_Day_Classes/15_day_classes.md +++ b/15_Day_Classes/15_day_classes.md @@ -159,7 +159,7 @@ PersonĀ {firstName: "Lidiya", lastName: "Tekle"} 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 class Person {