I hope this can help you: https://youtu.be/tVCYa_bnITg
This comment is hidden because it contains spoiler information about the solution
It calls the key 'name' on every object inside the array
returning the att of the key.
const names = [{name : 'dann'}] names.name = 'dann'
The + means that the pattern within the parentheses needs to be repeated one or more times.
Loading collection data...
I hope this can help you: https://youtu.be/tVCYa_bnITg
This comment is hidden because it contains spoiler information about the solution
It calls the key 'name' on every object inside the array
returning the att of the key.
const names = [{name : 'dann'}]
names.name = 'dann'
The + means that the pattern within the parentheses needs to be repeated one or more times.
This comment is hidden because it contains spoiler information about the solution