Skip to content
Advertisement

How to combine the values which is array of the same property in the object’s array javascript

For the following array :

JavaScript

I need a function that should merge arrays with the same keys in the object.

JavaScript

Advertisement

Answer

Try to use reduce

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement