dcast5333 dcast5333 16-05-2023 Computers and Technology contestada what is the output of the following code? var sum = 0; var x = [1, 3, 7, 11]; x.foreach(sumarray); function sumarray(value) { sum = value; }