defines an array days,. When I changed the value of this.day1 in the array, the value of days did not change. Is there any way to make elements in days an array address reference? Hopefully, when day1 changes, so does the value of days [0].
this.day1 = [];day1days[0]day1