I have an array with values that are structured as shown in the image
https://i.sstatic.net/SIo0N.png
I am trying to consolidate them into a single array like { "1vwxnrjq", "dasdada", "adsdadsada"}
console.log(items);
this.ids = items.id;
console.log(this.ids);
Even though I am following these steps, I am encountering an issue where it shows 'undefined'