(Score for Question 1: of

  1. QuestionIf you wanted to create a line of code that would add ten to the user’s current score, which code should you use? (1
  2. If you wanted to create a line of code that would add ten to the user’s current score, which code should you use?(1 point)
  3. Which JavaScript expression represents the situation in which the score is equal to 5 or to 6? (1 point) Responses score == 5 ||
  4. Which JavaScript expression represents the situation in which the score is equal to 5 or to 6?(1 point) Responses score == 5 ||
  5. 1 of 81 of 8 ItemsQuestion The score that John and Kamira record after round one is 2. What could this score represent? (1
  6. If you wanted to create a line of code that would add ten to the user's current score, which code should you use?(1 point) •
  7. Which JavaScript expression represents the situation in which the score is equal to 5 or to 6?score == 5 || score == 6 score ==
  8. Which JavaScript expression represents the situation in which the score is equal to 5 or to 6?score 5 score == 6 score == 5 or
  9. Which JavaScript expression represents the situation in which the score is equal to 5 or to 6?score == 5 || score == 6 score ==
  10. If you wanted to create a line of code that would add 10 to the user's current score which code should you use?1. Score ===