IS
https://www.hellocanvas.co.uk/order/canvas/size/id?aid=1&h=&w=
Size: a a a
IS
KS
AB
A
for a of b?
R
🦜
🦜
MH
KS
🦜
KS
S
const arr1 = [{ status: 1, amount: 1 }, { status: 2, amount: 2 }, { status: 3, amount: 3 } ]Как их можно объединить по статусу не используя find?
const arr2 = [{ status: 1, quantity: 1 }, { status: 3, quantity: 3 }, { status: 2, amount: 2 } ]
Л
const arr1 = [{ status: 1, amount: 1 }, { status: 2, amount: 2 }, { status: 3, amount: 3 } ]Как их можно объединить по статусу не используя find?
const arr2 = [{ status: 1, quantity: 1 }, { status: 3, quantity: 3 }, { status: 2, amount: 2 } ]
S
Л
D
Л
S
S