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