If you want a line of JavaScript code to check whether two variables are the same, which of the following lines of code does NOT contain a logic error?
(1 point)
Responses
a == b
a == b
a < b
a < b
b < a
b < a
a + b = 0
1 answer
a == b