Q:

creating a new array of objects from existing array of objects lodash

_.flatMap(names, (nameObj) => _.map(nameObj, (objVal) => { return { name: objVal }; }));
3

New to Communities?

Join the community