javascript Your calculatePower function should first adjust all the values in the input array by multiplying them by two. Afterward, you must add all those numbers together, and return the result from your function. code example
Example: reduce mdn
array.reduce(callback( accumulator, valueNow[, index[, array]] )[, initialValue]))