I have the following thing named offer
Image here:

I want to get the value of assetid in items_to_give.
I can get the value of steamid_other by offer.steamid_other.
However, offer.items_to_give.assedid comes as undefined.
How can I access that? (get it's value)
offer.items_to_giveis an array; therefore you need to do something like this:offer.items_to_give[0].assedid.