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.
2 parents c5a0cb7 + 75870d3 commit 113a390Copy full SHA for 113a390
1-js/07-object-properties/02-property-accessors/article.md
@@ -214,7 +214,7 @@ function User(name, birthday) {
214
this.birthday = birthday;
215
216
*!*
217
- // age is calculated from the current date and birthday
+ // yaş, geçerli tarih ve doğum gününden hesaplanır
218
Object.defineProperty(this, "age", {
219
get() {
220
let todayYear = new Date().getFullYear();
0 commit comments