objects part, typo fixes

pull/95/head
Asabeneh 5 years ago
parent 0759060413
commit 8d0e1b0ecd

@ -368,7 +368,7 @@ const person = {
city: 'Helsinki'
},
getPersonInfo: function() {
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}.`
}
}

Loading…
Cancel
Save