check if array has an object who has a property that is of type array- Nested array- Javascript

后端 未结 0 636
花落未央
花落未央 2021-01-29 11:56

I have an array of objects, in which I want to check if that array has an object whose property is array. ex:

array=[{
data:[{
    data: [44,66,77],
    ids: 7468         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题