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