o = {
a:7,
get b() { return this.a+1; },
set c(x) { this.a = x/2; }
};
o.c = 10;
document.write(o.b);
Ja len ci som nacisto blby, alebo tie gettery, settery naozaj podporuje iba firefox ??? (skusal som tiez ie7 a opera )
o = {
a:7,
get b() { return this.a+1; },
set c(x) { this.a = x/2; }
};
o.c = 10;
document.write(o.b);
Ano, opravdu chci reagovat → zobrazí formulář pro přidání příspěvku