I just wanted to know is there any way to bind variables without bind each other.
this.commissions = res.Data;
this.oldCommissions = res.Data;
When I changed a 'Price' value of this object this.commissions
this.oldCommissions also change 'Price' value.
How can I avoid this is anybody knows that?