pull/465/merge
GÖRÜNMEYİP GÖRÜNTÜRTTÜRTEN SAATİN İNANAN ELÇİSİ 6 months ago committed by GitHub
commit c4e120d532
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -571,7 +571,7 @@ class Student extends Person {
const s1 = new Student('Asabeneh', 'Yetayeh', 'Finland', 250, 'Helsinki')
console.log(s1)
console.log(s1.saySomething())
s1.saySomething()
console.log(s1.getFullName())
console.log(s1.getPersonInfo())
```

Loading…
Cancel
Save