We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0759060 commit 8d0e1b0Copy full SHA for 8d0e1b0
08_Day_Objects/08_day_objects.md
@@ -368,7 +368,7 @@ const person = {
368
city: 'Helsinki'
369
},
370
getPersonInfo: function() {
371
- return `I am ${this.firstName} and I live in ${city}, ${this.country}. I am ${this.age}.`
+ return `I am ${this.firstName} and I live in ${this.city}, ${this.country}. I am ${this.age}.`
372
}
373
374
0 commit comments