add a property to all objects in a list js code example Example: map object and add new property javascript Results.map(obj=> ({ ...obj, Active: 'false' }))