Let's say you have an object with a private property $n like the example below:
var game = {
$n: "Awesome Game!",
get name() { return this.$n}
};
The code above only has a getter name that exposes the private property $n when you console.log you should get value of the $n like the code snippet below
console.log(game.name);
As you can see the output is as expected, it prints out the value of $n the private property because we have a getter method name() things get interesting when we try to assign a value to name. Its a bit confusing because we access the name method with a dot notation, the same as how we would access a property.
So if type the code below:
game.name = "Not Awesome Game!";
console.log(game.name);
What do you think the output will be?
"Awesome Game!" or "Not Awesome Game!"
If you guess "Awesome Game!" then you are correct because the $n property only has a getter method and its read only. Even though we assign a new value to the property there's no setter method therefore, the new value is not assigned to the $n property.
However, if we change the object definition to the code below with the setter method the $n property would be changed to "Not Awesome Game!"
var game = {
$n: "Awesome Game!",
get name() { return this.$n },
set name(newName) {
this.$n = newName;
}
};
Now if type
game.name = "Not Awesome Game!";
console.log(game.name);
We will get a different result:
The complete code for this post looks like the following:
var game = {
$n: "Awesome Game!",
get name() { return this.$n },
set name(newName) {
this.$n = newName;
}
};
console.log(game.name);
game.name = "Not Awesome Game!";
console.log(game.name);



I have found many games but here GTA 5 apk free download is available.
ReplyDeleteGet unlimited money, coins & diamonds for free in Mango Live Mod APK. Enjoy live streaming, video chats and calls with your friends worldwide.
ReplyDeletei have many font of apps but here ZEWhatsApp!
ReplyDeleteis avaialable .
Now go for tekken 6 apk download and play your favorite childhood game on your mobile.
ReplyDeleteAlthough there are numerous WhatsApp available, Yo WhatsApp Download is here.
ReplyDelete75237DC95C
ReplyDeleteTakipçi Satın Al
Lisans Satın Al
YT Ücretsiz Abone
TT İzlenme Hilesi
Cami Avizeleri
En İyi Aksiyon Filmleri
SEO Ajansı
Google Yorum Satın Al
Oyun Önerileri