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