Exit 1D0-635 CIW JavaScript Specialist
Question 3 of 5
0% complete
Q3 Single choice

Which of the following comparison statements will return true?

  • A

    x = 10;y = 5;x <= y;

  • B

    x = 10;y = 5;x !== "X"

  • C

    x = 10;y = 5;x === y;

  • D

    x = 10;y = 5;x == y;