const grouped = arr.reduce((acc, n) => {
const { order, user_id, stream_id, currency_id } = n;
const acco = (acc[order] = acc[order] || {});
const accou = (acco[user_id] = acco[user_id] || {});
const accous = (accou[stream_id] = accou[stream_id] || {});
const accousc = (accous[currency_id] = accous[currency_id] || []);
accousc.push(n);
return acc;
}, {});
ПРИШЛО ВРЕМЯ ПЕРЕУСТАНОВИТЬ ШИНДОШЫ!
!!document.querySelector( '.classOfMany.active' )