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