gpt4 book ai didi

javascript - 过滤数组 JavaScript 的对象

转载 作者:行者123 更新时间:2023-11-30 14:08:26 24 4
gpt4 key购买 nike

<分区>

假设我有这个数组对象:

foo = {上午:[1,2,3,4,5],下午:[1,2,3,4,7]}

我想编写一个返回此对象但删除特定值的函数。

例如:我想在下午删除号码 3。该函数将返回 {morning: [1,2,3,4,5], afternoon: [1,2,4,7]}

myFunction = (partsOfDay, number) => {
// do something
// returns the object of arrays but without the specified value
}

我该怎么做?

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