Fix typo in getter `getScore`

Type in `getter` section of `01_Day_JavaScript_Refresher`
pull/24/head
AlexDmitryukov 5 years ago committed by GitHub
parent 38b69575b6
commit 24b299e2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4083,7 +4083,7 @@ class Person {
const fullName = this.firstName + ' ' + this.lastName
return fullName
}
get getscore() {
get getScore() {
return this.score
}
get getSkills() {

Loading…
Cancel
Save