Skip to content

Commit 8d0e1b0

Browse files
committed
objects part, typo fixes
1 parent 0759060 commit 8d0e1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08_Day_Objects/08_day_objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ const person = {
368368
city: 'Helsinki'
369369
},
370370
getPersonInfo: function() {
371-
return `I am ${this.firstName} and I live in ${city}, ${this.country}. I am ${this.age}.`
371+
return `I am ${this.firstName} and I live in ${this.city}, ${this.country}. I am ${this.age}.`
372372
}
373373
}
374374

0 commit comments

Comments
 (0)