It’s an array full of objects. So you have to use the index of the array item you want to change or access.
For example the first item is:
my_array[0].y = '2021'
CLICK HERE to find out more related problems solutions.
It’s an array full of objects. So you have to use the index of the array item you want to change or access.
For example the first item is:
my_array[0].y = '2021'
CLICK HERE to find out more related problems solutions.