Jonathan Saewitz
10/21/2022, 5:31 PM{ items: string[] }
and I'd like to add an item to the items
array. I could retrieve the items currently in it, add the new item to that array, and update which would overwrite the items
array and would work, but that seems less efficient than just adding an item to items
directlyJason Bosco
10/21/2022, 5:46 PMJason Bosco
10/21/2022, 5:47 PMJason Bosco
10/21/2022, 5:47 PMJonathan Saewitz
10/21/2022, 5:52 PM