I have an array as part of an object whose elements I need to access. However, everything a tried so far failed. Could you give me any hints? Thanks!
Here is the object shown with console.dir (data)
which is the object:
[Log] Object (main.chunk.js, line 743)
networkData: Array (1)
0 Array (2)
0 Object
__typename: "networkDat"
source: 2
target: 1
Object Prototyp
1 Object
__typename: "networkDat"
source: 1274
target: 3
Object Prototyp
Array Prototyp
Array Prototyp
Object Prototyp
In particular, I need to access the "source" and "target" values.