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

The correct line of code that does not contain a logic error is: a == b