Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 15_Day_Classes/15_day_classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ We have created an Person class but it does not have any thing inside.

Instantiation class means creating an object from a class. We need the keyword _new_ and we call the name of the class after the word new.

Let us create a dog object from our Person class.
Let us create a person object from our Person class.

```js
class Person {
Expand Down