I’ve been stuck for a while and looked at the solution, and found the thing that was wrong is the exclusion of [ ] in one line that’s identical to another that was correct.
Can you explain the difference between:
collection[id][prop] = [value];
and
collection[id][prop] = value;