Skip to content

Commit 113a390

Browse files
authored
Merge pull request #304 from omerfruk/patch-17
cevirmede gözden kacan hata duzeltildi
2 parents c5a0cb7 + 75870d3 commit 113a390

File tree

1 file changed

+1
-1
lines changed
  • 1-js/07-object-properties/02-property-accessors

1 file changed

+1
-1
lines changed

1-js/07-object-properties/02-property-accessors/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function User(name, birthday) {
214214
this.birthday = birthday;
215215

216216
*!*
217-
// age is calculated from the current date and birthday
217+
// yaş, geçerli tarih ve doğum gününden hesaplanır
218218
Object.defineProperty(this, "age", {
219219
get() {
220220
let todayYear = new Date().getFullYear();

0 commit comments

Comments
 (0)