monse5851 monse5851 06-09-2022 Mathematics contestada What is the output of the following code? var x = [4, 7, 11]; x.foreach(stepup); function stepup(value, i, arr) { arr[i] = value 1; }