map object and add new property javascript

JavaScript
Results.map(obj=> ({ ...obj, Active: 'false' }))
Source

Also in JavaScript: