Javascript – Add values from Array to every Object in Array
For a project i need to push the values of an array into every object in another array. What i have so far: closed_status = [{ "project_no": 5, "priority": 3, "s_status": "S8", "project_Status: closed" }, { "project_no": 8, "priority": 1,…