- With object solution you won't get duplicated items.
- Using an object will save your future self some time and bugs.
- CRUD operations do not iterate over all items each time.
- If you need an array of items, just add selector that will convert object to array.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)