setter js can't set same variable this in javascript. setter and getter need to have same name
I have a logic that need to reactively run some function if a this.variableName is changed inside or outside the class the problem is with this logic, getter doesn't work, and I get undefined. not only this, but also maximum…