0👍
✅
change this part:
defst(x){
console.log(x);
this.stylename=x
}
to
defst(x){
console.log(x);
this.stylename=this[x]
}
Source:stackexchange.com