gpt4 book ai didi

javascript - 我如何使用 forEach 遍历数组中的这些对象?

转载 作者:行者123 更新时间:2023-11-30 14:02:13 25 4
gpt4 key购买 nike

<分区>

我有一个数组,里面有一组对象,我如何遍历它们并检查哪个对象的状态为真?

menuItems: [
{
text1: 'Apple',
status: false,
subItems: []
},
{
text2: 'Orange',
status: false,
subItems: []
},
{
text3: 'Banana',
status: true,
subItems: []
}
]

我试过这样的:-

if(menuItems.forEach(active) === 'false') {
then('do something!!!')
}

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com