Javascript – Combining relevant data in two different arrays
Can you help on how to combine data in two different arrays with different structures? I take data via API, the first request: [ { "category_id": "12345", "category_name": "itemgroup 1", "category_is_hidden": "0", "product_id": "9999999", "product_name": "item 1", "product_sku": "0002344", "product_brand":…