Question: Which expression evaluates to true?

  1. `[3] == [3]`
  2. `3 == '3'`
  3. `3 != '3'`
  4. `3 === '3'`

Answer: The correct answer of the above question is Option B:`3 == '3'`