SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the forEach method to execute a provided function once for each element in the array. In this provided function you can add the Active property to the element.
forEach
Active
Results.forEach(function (element) { element.Active = "false"; });