I'm looking for a way to create an object that contains a summary with all the existing parameters in each item of the array.
sample tel arrangement:
const peopleArray = [
{ id: 123, name: "dave", age: 23 , ar: [{id:1},2,3]},
{ id: 456, na...
asked by
17.10.2018 / 18:59