Add property to an array of objects October 19, 2022 by Tarik Use Array.prototype.map() Results.map(obj => ({ ...obj, Active: 'false' })) Read the documentation for more information.