Which JavaScript expression represents the situation in which the score is equal to 5 or to 6? (1 point) Responses score == 5 || score == 6 score == 5 || score == 6 score == 5 or score == 6 score == 5 or score == 6 score == (5 or 6) score == (5 or 6) score == 5 && score == 6

1 answer

score == 5 || score == 6
Similar Questions
    1. answers icon 0 answers
    1. answers icon 1 answer
  1. 1.If you wanted to create a line of code that would add ten to the user’s current score, which code should you use? score ==
    1. answers icon 1 answer
  2. In the expression shown, q represents a rational number.11q What value of q makes the expression equal a number greater than 11?
    1. answers icon 1 answer
more similar questions