hi everone
why cannot read property. ı not know
my js code
buttonIslev(id){
console.log(this.koltukSay);
if(!this.koltukSay[id].kid){
this.koltukSay[id]=Array("kid",id);
}
thanks
hi everone
why cannot read property. ı not know
my js code
buttonIslev(id){
console.log(this.koltukSay);
if(!this.koltukSay[id].kid){
this.koltukSay[id]=Array("kid",id);
}
thanks
can you post output of this line
> console.log(this.koltukSay);
I guess “id” has “asdasd” as value here, so “this.koltuksay” is undefined.
I Find solution thanks for answers