use map to add property to an array of objects javascript code example Example: map object and add new property javascript Results.map(obj=> ({ ...obj, Active: 'false' }))