i've used JS on my project.
i have a result like this
myResult
[object array] [Object {...}, Object {...}, Object {...}]
0 [object Object] {...}
1 [object Object] {...}
2 [object Object] {...}
length 3
and my goal is i want to get the list of sentOn on each onject in result. in order to get the 1 result i need to do something like this. myResult[0].sentOn. does anyone who knows this process? i not good in JS
Thank you so much for the help.
*This post is locked for comments