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