Jude is adding script so that a game will keep score for the player. According to this excerpt from the script, this.score.element.text += "100" , how many points are added to the score each time an enemy is defeated in his game? (1 point) Responses 10 10 100 100 1000 1000 1

1 answer

In the provided script excerpt, this.score.element.text += "100" suggests that 100 points are added to the score each time an enemy is defeated. Therefore, the correct answer is 100.