Json – How to transform two Objects into one overview in Javascript?
I am currently struggling with the formatting of a map operation on two object arrays in Javascript. So lets say we have two arrays: var customer = [ { "Name": "Thomas", "Address": "example street 34", "customerID": 1 }, { "Name":…