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