let newArray = array.reduce( (acc, element, index, originalArray) => { // return acc += element }, initialValue)