My object is like this (tried with .map, .push, object.assign, object.values – nothing helping).
And I need to change that object like below how can I do that?
>Solution :
You can just access Object.values()
data.item3 = Object.values(data.item3)
