QuestenaPractice that shows what to review next
Question 16

Classify the statements about JavaScript loose equality. Select all that apply.

  1. It may convert differently typed operandsCorrect answer
  2. It always converts both operands to strings
  3. It does not always convert both operands to stringsCorrect answer
  4. It always converts both operands to numbers

Explanation

Loose equality may convert operands of different types before comparing them, but its rules do not reduce to always making both strings or always making both numbers. Same-type operands can also be compared without a type conversion, so conversion is possible rather than universal.

Continue with this test

Start practice
Question 16: Classify the statements about JavaScript loose equality.… · JavaScript Fundamentals · Questena