dudemanbagel7780 dudemanbagel7780 28-08-2020 Computers and Technology contestada What is the value of scores[3] after the following code is executed? var scores = [70, 20, 35, 15]; scores[3] = scores[0] + scores[2];