skip to Main Content

JavaScript : group by

I have a result variable composed of 3 lists : var result = { type: [a,a,b,c,d,a,a,b], program : [P1, P1, P2, P1, P2, P2, P2, P1], reference : [ref1,ref2,ref3,...,ref8]} I want to group my reference by type and program to…

VIEW QUESTION
Back To Top
Search