MONSE5851GO MONSE5851GO Mathematics Answered 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; }